X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/blobdiff_plain/672b7d4efd70c3088c182c7836a2ec86107f9a29..2169cb1011b535e2ad03995d332c8507808f25e6:/source/Commands.H diff --git a/source/Commands.H b/source/Commands.H index da526c4..6e54fc6 100644 --- a/source/Commands.H +++ b/source/Commands.H @@ -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 @@ -68,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