diff options
Diffstat (limited to 'include/commands/cmd_quit.h')
-rw-r--r-- | include/commands/cmd_quit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands/cmd_quit.h b/include/commands/cmd_quit.h index b0577972a..04d183581 100644 --- a/include/commands/cmd_quit.h +++ b/include/commands/cmd_quit.h @@ -22,6 +22,8 @@ #include "users.h" #include "channels.h" +/** Handle /QUIT + */ class cmd_quit : public command_t { public: |