diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-04 17:09:24 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-04 17:09:24 +0000 |
commit | fd556922919a35d6f292089fe2340ebc16574a2b (patch) | |
tree | 754ce34e8858d0b75067f944d6c394bb10d4554a /include/cmd_oper.h | |
parent | ca7d83f7e5427e4b900762a9faa22be7a56fbaef (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.h | 2 |
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: |