diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h index a5a510367..da202c236 100644 --- a/include/mode.h +++ b/include/mode.h @@ -464,6 +464,7 @@ class CoreExport ModeParser : public classbase /** The constructor initializes all the RFC basic modes by using ModeParserAddMode(). */ ModeParser(InspIRCd* Instance); + ~ModeParser(); /** Used to check if user 'd' should be allowed to do operation 'MASK' on channel 'chan'. * for example, should 'user A' be able to 'op' on 'channel B'. |