Menu

Multiple servers

Help
ravedome
2011-01-13
2014-07-29
  • ravedome

    ravedome - 2011-01-13

    Hey,

    How do I use multiple servers where the servers can have different portnumbers ?

    E.g some uses 6667 and some uses 7000

    Thanks.

     
  • steve mosquera

    steve mosquera - 2014-07-28

    Did you ever receive an answer on this?

     
  • steve mosquera

    steve mosquera - 2014-07-29

    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.

MongoDB Logo MongoDB