Hey,
How do I use multiple servers where the servers can have different portnumbers ?
E.g some uses 6667 and some uses 7000
Thanks.
Did you ever receive an answer on this?
Fairly positive no one is reading these forums anymore but I overcame this issue but threading the IrcClient
Mercutio workerObject = new Mercutio (); Thread workerThread = new Thread(workerObject.EIRCServerConnect); workerThread.Start (); //Starting EQC Thread
EIRCServerConnect is a method which includes IrcClient
Log in to post a comment.
Hey,
How do I use multiple servers where the servers can have different portnumbers ?
E.g some uses 6667 and some uses 7000
Thanks.
Did you ever receive an answer on this?
Fairly positive no one is reading these forums anymore but I overcame this issue but threading the IrcClient
Mercutio workerObject = new Mercutio ();
Thread workerThread = new Thread(workerObject.EIRCServerConnect);
workerThread.Start (); //Starting EQC Thread
EIRCServerConnect is a method which includes IrcClient