diff options
Diffstat (limited to 'include/commands/cmd_restart.h')
-rw-r--r-- | include/commands/cmd_restart.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/commands/cmd_restart.h b/include/commands/cmd_restart.h index 9ced78607..627e75c99 100644 --- a/include/commands/cmd_restart.h +++ b/include/commands/cmd_restart.h @@ -19,15 +19,14 @@ // include the common header files -#include <typeinfo> -#include <iostream> #include <string> #include <deque> -#include <sstream> #include <vector> #include "users.h" #include "channels.h" +/** Handle /RESTART + */ class cmd_restart : public command_t { public: |