示例#1
0
文件: part.cs 项目: freddyyi/FritzBot
 public void Run(IrcMessage theMessage)
 {
     theMessage.AnswerAction("verlässt den channel " + theMessage.CommandLine);
     theMessage.ServerConnetion.PartChannel(theMessage.CommandLine);
 }
示例#2
0
 public void Run(IrcMessage theMessage)
 {
     theMessage.AnswerAction("rennt los zum channel " + theMessage.CommandLine);
     theMessage.ServerConnetion.JoinChannel(theMessage.CommandLine);
 }