]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands/cmd_whois.h
DO NOT USE THIS COMMIT - if you do, most of the modules wont work.
[user/henk/code/inspircd.git] / include / commands / cmd_whois.h
index 2dd710b5b27f3289ada3897031bc21e8a7a25a80..90b38cee1b988345460f4c26c12f71d77e1154b1 100644 (file)
@@ -25,6 +25,8 @@
 const char* Spacify(char* n);
 void do_whois(InspIRCd* Instance, userrec* user, userrec* dest,unsigned long signon, unsigned long idle, const char* nick);
 
+/** Handle /WHOIS
+ */
 class cmd_whois : public command_t
 {
  public: