diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h index 6d31d580e..63a64363a 100644 --- a/include/mode.h +++ b/include/mode.h @@ -381,6 +381,8 @@ class ModeParser : public classbase std::string ChannelModeList(); std::string ParaModeList(); + + bool InsertMode(std::string &output, const char* mode, unsigned short section); }; /** |