]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/cmd_squit.h
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / include / cmd_squit.h
index 5e1695a4bb1a13e850ad7c1ba451abcf32527083..18fb2e9262f754d17f523825058458399e9ccef5 100644 (file)
@@ -2,10 +2,10 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
  *                       E-mail:
- *                <brain.net>
- *                <Craig.net>
+ *                <brain@chatspike.net>
+ *                <Craig@chatspike.net>
  *
  * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
@@ -31,7 +31,7 @@
 class cmd_squit : public command_t
 {
  public:
-        cmd_squit () : command_t("SQUIT",'o',0) { }
+        cmd_squit () : command_t("SQUIT",'o',1) { }
         void Handle(char **parameters, int pcnt, userrec *user);
 };