From fd556922919a35d6f292089fe2340ebc16574a2b Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 4 Feb 2006 17:09:24 +0000 Subject: Allow space seperated hostlist in e.g. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3074 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/cmd_oper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cmd_oper.h') diff --git a/include/cmd_oper.h b/include/cmd_oper.h index 22bdfda44..879671da6 100644 --- a/include/cmd_oper.h +++ b/include/cmd_oper.h @@ -28,6 +28,8 @@ #include "users.h" #include "channels.h" +bool OneOfMatches(char* host, char* hostlist); + class cmd_oper : public command_t { public: -- cgit v1.2.3