Cease including Bot.H in Utils.H
[clinton/bobotpp.git] / source / Commands.H
index 2ca3b24..6e54fc6 100644 (file)
@@ -1,6 +1,6 @@
 // Commands.H  -*- C++ -*-
 // Copyright (c) 1997, 1998 Etienne BERNARD
-// Copyright (C) 2002 Clinton Ebadi
+// Copyright (C) 2002,2005 Clinton Ebadi
 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -14,7 +14,8 @@
 
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+// 02110-1301, USA.
 
 #ifndef COMMANDS_H
 #define COMMANDS_H
@@ -36,6 +37,8 @@ public:
   static Message AddServer(Bot *, String, String);
   static Message Ban(Bot *, String, String);
   static Message ChangeLevel(Bot *, String, String, int);
+  static Message CTCP (Bot*, std::string, std::string, std::string);
+  static Message CTCPReply (Bot*, std::string, std::string, std::string);
   static Message Cycle(Bot *, String);
   static Message Deban(Bot *, String, String);
   static Message DelServer(Bot *, int);
@@ -66,6 +69,8 @@ public:
   static Message TKBan(Bot *, String, String, int, String);
   static Message Topic(Bot *, String, String);
   static Message Unlock(Bot *, String);
+  static Message Who (Bot *, String);
+  static Message Whois (Bot *, String);
 };
 
 #endif