Cease including Bot.H in Utils.H
[clinton/bobotpp.git] / source / Commands.H
index 1939e6e..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
@@ -69,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