Esempio n. 1
0
 public void runBot()
 {
     ircBot = new IRCListener("hemuli", "hemppe", "irc.inet.fi");
     ircBot.addChannel("#G6");
     ircBot.Connect();
     while (true)
     {
         ;
     }
 }
Esempio n. 2
0
 public void runBot()
 {
     if (ircBot == null)
     {
         ircBot = new IRCListener("irc.inet.fi", "hemuliSeta", "hemppuLiini");
         ircBot.addChannel("#G6");
     }
     helperClass.writeLog("Botti yhdistää", 0);
     ircBot.Connect();
     while (true)
     {
         ;
     }
 }