예제 #1
0
파일: Bot.cs 프로젝트: icedream/icebot
 public void SendCommand(IrcCommand command)
 {
     Raw(command.ToString());
 }
예제 #2
0
파일: Bot.cs 프로젝트: icedream/icebot
 public void SendCommand(IrcCommand command)
 {
     Raw(command.ToString());
 }