diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 948339cb6..1ef03f4d3 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1427,6 +1427,10 @@ class Server : public classbase virtual bool AddMode(ModeHandler* mh, const unsigned char modechar); + virtual bool AddModeWatcher(ModeWatcher* mw); + + virtual bool DelModeWatcher(ModeWatcher* mw); + /** Adds a command to the command table. * This allows modules to add extra commands into the command table. You must place a function within your * module which is is of type handlerfunc: |