diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-10 16:59:10 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-10 16:59:10 +0000 |
commit | 8f9d81063ce18619f5ef56c31cb7fa90cebd3f54 (patch) | |
tree | f9744f150f235e0dd61e7328653c90724ffaf691 /include | |
parent | f6394033121a43396477c22520b5d057f3f00efe (diff) |
Spacify() the oper types
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5199 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/commands/cmd_whois.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands/cmd_whois.h b/include/commands/cmd_whois.h index 76d445cf5..2dd710b5b 100644 --- a/include/commands/cmd_whois.h +++ b/include/commands/cmd_whois.h @@ -22,6 +22,7 @@ #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); class cmd_whois : public command_t |