Factor out sorted list insertion into utility function
[clinton/bobotpp.git] / source / ScriptCommands.H
index ab8b9aa..b2ecaec 100644 (file)
@@ -37,6 +37,8 @@ public:
   static SCM AddShit(SCM, SCM, SCM, SCM, SCM);
   static SCM Ban(SCM, SCM);
   static SCM ChangeCommandLevel(SCM, SCM);
+  static SCM CTCP(SCM, SCM, SCM);
+  static SCM CTCPReply(SCM, SCM, SCM);
   static SCM Cycle(SCM);
   static SCM Deban(SCM, SCM);
   static SCM DelServer(SCM);
@@ -56,6 +58,7 @@ public:
   static SCM Msg(SCM, SCM);
   static SCM NextServer(void);
   static SCM Nick(SCM);
+  static SCM Notice (SCM, SCM);
   static SCM Op(SCM, SCM);
   static SCM Part(SCM);
   static SCM Reconnect(void);
@@ -67,6 +70,8 @@ public:
   static SCM TKBan(SCM, SCM, SCM, SCM);
   static SCM Topic(SCM, SCM);
   static SCM Unlock(SCM);
+  static SCM Who(SCM);
+  static SCM Whois(SCM);
 
   static SCM getNickname(void);
   static SCM getServer(void);
@@ -83,9 +88,6 @@ public:
   // DCC CHAT
   static SCM sendDCCChatMessage (SCM, SCM);
 
-  // Message sending
-  static SCM sendCTCP(SCM, SCM, SCM);
-  static SCM sendCTCPReply(SCM, SCM, SCM);
   /*
   SCM sendChannelMode(SCM);
   SCM sendChannelMode(SCM, SCM, SCM);
@@ -94,7 +96,6 @@ public:
   SCM sendKick(SCM, SCM, SCM);
   SCM sendNick(SCM);
   */
-  static SCM sendNotice(SCM, SCM);
   /*
   SCM sendPart(SCM);
   SCM sendPass(SCM);