diff options
-rw-r--r-- | include/commands.h | 1 |
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 * |