[project @ 2002-07-15 21:01:51 by unknown_lamer]
[clinton/bobotpp.git] / source / ScriptCommands.H
index dc8d243..d9ec71f 100644 (file)
@@ -77,6 +77,32 @@ public:
   static SCM AddHook(SCM, SCM, SCM, SCM, SCM);
   static SCM AddTimer(SCM, SCM);
   static SCM DelTimer(SCM);
+
+  // Message sending
+  static SCM sendCTCP(SCM, SCM, SCM);
+  /*
+  SCM sendCTCPReply(SCM, SCM, SCM);
+  SCM sendChannelMode(SCM);
+  SCM sendChannelMode(SCM, SCM, SCM);
+  SCM sendInvite(SCM, SCM);
+  SCM sendJoin(SCM, SCM);
+  SCM sendKick(SCM, SCM, SCM);
+  SCM sendNick(SCM);
+  SCM sendNotice(SCM, SCM);
+  SCM sendPart(SCM);
+  SCM sendPass(SCM);
+  SCM sendPing(SCM);
+  SCM sendPong(SCM);
+  SCM sendPrivmsg(SCM, SCM);
+  SCM sendQuit(SCM);
+  SCM sendTopic(SCM, SCM);
+  SCM sendUser(SCM, SCM);
+  SCM sendUserMode(SCM, SCM);
+  SCM sendUserhost(SCM);
+  SCM sendWho(SCM);
+  SCM sendWhois(SCM);
+  */
+
 };
 
 #endif