summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-17 13:18:39 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-17 13:18:39 +0000
commit3345b6c0dc26bf5f5ab848a22b9b5f2887e51574 (patch)
treee8c318c446bcc74d3eb2b724d03da9af7024ca6e
parentb45997b5d2b8f095d0ce00949b27854af1f86ac4 (diff)
Added SQUIT command
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@634 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 28a944ee6..4f323c2cb 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -6007,7 +6007,7 @@ void SetupCommandTable(void)
createcommand("TRACE",handle_trace,'o',0);
createcommand("WHOWAS",handle_whowas,0,1);
createcommand("CONNECT",handle_connect,'o',1);
- createcommand("SQUIT",handle_squit,'o',1);
+ createcommand("SQUIT",handle_squit,'o',0);
createcommand("MODULES",handle_modules,'o',0);
createcommand("LINKS",handle_links,0,0);
createcommand("MAP",handle_map,0,0);