summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 19:56:08 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 19:56:08 +0000
commite2b1ad588d34c3d1d0e4e330acef7ca177b13daf (patch)
tree0204a40796573ccd488b3b68f2d2ee8ccd862240 /include/commands.h
parentf0f4dd725b20c5acca3eacdc77754ad9d2103626 (diff)
Move more stuff into userrec
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4823 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h
index 0a2e9fbd7..81e28fbaf 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -35,7 +35,6 @@ bool host_matches_everyone(const std::string &mask, userrec* user);
bool ip_matches_everyone(const std::string &ip, userrec* user);
bool nick_matches_everyone(const std::string &nick, userrec* user);
int operstrcmp(const char* data,const char* input);
-void split_chlist(userrec* user, userrec* dest, const std::string &cl);
/* XXX Serious WTFness XXX
*