diff options
Diffstat (limited to 'include/commands/cmd_mode.h')
-rw-r--r-- | include/commands/cmd_mode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_mode.h b/include/commands/cmd_mode.h index c9e82f572..dc062b2fc 100644 --- a/include/commands/cmd_mode.h +++ b/include/commands/cmd_mode.h @@ -21,6 +21,8 @@ #include "channels.h" #include "ctables.h" +/** Handle /MODE + */ class cmd_mode : public command_t { public: |