diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-17 13:18:39 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-17 13:18:39 +0000 |
commit | 3345b6c0dc26bf5f5ab848a22b9b5f2887e51574 (patch) | |
tree | e8c318c446bcc74d3eb2b724d03da9af7024ca6e /src | |
parent | b45997b5d2b8f095d0ce00949b27854af1f86ac4 (diff) |
Added SQUIT command
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@634 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/inspircd.cpp | 2 |
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); |