From 4f1945d30b3a616a4b32a5e91e405ae86f108c4e Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 7 Mar 2006 22:25:34 +0000 Subject: 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 --- include/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/commands.h') 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 * -- cgit v1.2.3