]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/snomasks.cpp
Removed a pointless check in ./configure --clean that made it only work with one...
[user/henk/code/inspircd.git] / src / snomasks.cpp
index 3655abeb87d1c649b0eaf1117f5aaae53681001c..5ddfb3e1e493ba48523fcf2c26834fdfb46ba7a2 100644 (file)
@@ -2,12 +2,9 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
  *
- * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
  *
@@ -98,5 +95,6 @@ void SnomaskManager::SetupDefaults()
        this->EnableSnomask('d',"DEBUG");               /* Debug notices */
        this->EnableSnomask('x',"XLINE");               /* Xline notice (g/z/q/k/e) */
        this->EnableSnomask('t',"STATS");               /* Local or remote stats request */
+       this->EnableSnomask('f',"FLOOD");               /* Flooding notices */
 }