Why won't TIdIRC connect to channel? Is there a better component?
问题 I've been struggling with the crap documentation of Google and can't get the program to join the channel even though it connects to the server fine. (It says Connected to server) //On Form Make procedure TForm2.FormCreate(Sender: TObject); begin IdIRC1.Connect(); end; //on connected procedure TForm2.IdIRC1Connected(Sender: TObject); begin ShowMessage('Connected to server'); IdIRC1.Join('#TheChannel', 'password'); end; Once i close the form an error comes up saying: Project raised exception