diff options
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: |