Beispiel #1
0
 public void CtcpRespond(string target, string command, string response)
 {
     Notice(target, IrcUtils.ToCtcp("{0} {1}".F(command, response)));
 }
Beispiel #2
0
 public void CtcpRequest(string target, string command, string request)
 {
     Message(target, IrcUtils.ToCtcp("{0} {1}".F(command, request)));
 }