Пример #1
0
 static void HandleStaff(string userNick, string msg)
 {
     if (msg == null)
     {
         IRC.SendChannelMessage("No message to send to staff.");
     }
     else
     {
         Chat.IRCSendStaff(userNick, msg);
     }
 }