]> 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 76d445cf506552412d4571cc731531d9f7ac6012..90b38cee1b988345460f4c26c12f71d77e1154b1 100644 (file)
 #include "users.h"
 #include "channels.h"
 
+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: