aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar brain2006-09-10 16:59:10 +0000
committerGravatar brain2006-09-10 16:59:10 +0000
commit8f9d81063ce18619f5ef56c31cb7fa90cebd3f54 (patch)
treef9744f150f235e0dd61e7328653c90724ffaf691 /include
parentTons more useful detail when failing to oper (and when successfully opering t... (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.h1
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