[project @ 2004-04-28 03:33:52 by unknown_lamer]
[clinton/bobotpp.git] / source / ScriptCommands.H
index dc8d243..2ec1301 100644 (file)
@@ -35,7 +35,7 @@ public:
   static SCM AddServer(SCM, SCM);
   static SCM AddShit(SCM, SCM, SCM, SCM, SCM);
   static SCM Ban(SCM, SCM);
-  static SCM ChangeLevel(SCM, SCM, SCM);
+  static SCM ChangeCommandLevel(SCM, SCM);
   static SCM Cycle(SCM);
   static SCM Deban(SCM, SCM);
   static SCM DelServer(SCM);
@@ -60,6 +60,7 @@ public:
   static SCM Reconnect(void);
   static SCM Say(SCM, SCM);
   static SCM Server(SCM); // ACK NAMING CLASH
+  static SCM SetFloodRate(SCM);
   static SCM SetVersion(SCM);
   static SCM TBan(SCM, SCM, SCM);
   static SCM TKBan(SCM, SCM, SCM, SCM);
@@ -74,9 +75,37 @@ public:
   static SCM random(SCM);
   static SCM addCommand(SCM, SCM, SCM, SCM, SCM);
   static SCM delCommand(SCM);
-  static SCM AddHook(SCM, SCM, SCM, SCM, SCM);
+  static SCM AddHook(SCM, SCM, SCM, SCM, SCM, SCM);
   static SCM AddTimer(SCM, SCM);
   static SCM DelTimer(SCM);
+
+  // DCC CHAT
+  static SCM sendDCCChatMessage (SCM, 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