summaryrefslogtreecommitdiff
path: root/include/cmd_oper.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-04 17:09:24 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-04 17:09:24 +0000
commitfd556922919a35d6f292089fe2340ebc16574a2b (patch)
tree754ce34e8858d0b75067f944d6c394bb10d4554a /include/cmd_oper.h
parentca7d83f7e5427e4b900762a9faa22be7a56fbaef (diff)
Allow space seperated hostlist in <oper:host> e.g. <oper host="foo@bar baz@qux blarp@flerble" name="blah">
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3074 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/cmd_oper.h')
-rw-r--r--include/cmd_oper.h2
1 files changed, 2 insertions, 0 deletions
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: