Factor out sorted list insertion into utility function
[clinton/bobotpp.git] / source / ScriptCommands.H
index 53f5205..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);
@@ -68,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);
@@ -84,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);