summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-07 22:25:34 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-07 22:25:34 +0000
commit4f1945d30b3a616a4b32a5e91e405ae86f108c4e (patch)
tree7a9a9007c98be929995181dff4a336dc0cb8940e /include/commands.h
parent594f7f6c01a139691999932818a7a72226f162de (diff)
Made split_chlist available for external use from commands.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3533 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index de2f2c6c7..0141b9eb2 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -35,6 +35,7 @@ bool host_matches_everyone(std::string mask, userrec* user);
bool ip_matches_everyone(std::string ip, userrec* user);
bool nick_matches_everyone(std::string nick, userrec* user);
int operstrcmp(char* data,char* input);
+void split_chlist(userrec* user, userrec* dest, std::string &cl);
/* XXX Serious WTFness XXX
*