summaryrefslogtreecommitdiff
path: root/include/commands/cmd_restart.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-15 15:06:51 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-15 15:06:51 +0000
commit946bff6371d73b50dae6f7011ba0adff852302f0 (patch)
treeb81d9328c7ef4f8be608e7597f3ce8e9c46a9d5d /include/commands/cmd_restart.h
parentc3f221fcbbd896c75f5a95b86844854e4d1726b0 (diff)
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5257 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/commands/cmd_restart.h')
-rw-r--r--include/commands/cmd_restart.h5
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: