]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/numerics.h
Nuke trailing spaces
[user/henk/code/inspircd.git] / include / numerics.h
index 11cd3b1e14f2985ce270aa4e56eafb09229c0717..76c5282a383de363b14d94671c3c2988161726ee 100644 (file)
@@ -1,7 +1,7 @@
 /*       +------------------------------------+
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
- *  
+ *
  *  InspIRCd: (C) 2002-2009 InspIRCd Development Team
  * See: http://www.inspircd.org/wiki/index.php/Credits
  *
@@ -128,7 +128,7 @@ enum Numerics
        ERR_NOPRIVILEGES                                =       481, // rfc, beware though, we use this for other things opers may not do also
        ERR_CHANOPRIVSNEEDED                            =       482, // rfc, beware though, we use this for other things like trying to kick a uline
 
-       ERR_ALLMUSTSSL                                  =       490, // unrealircd      
+       ERR_ALLMUSTSSL                                  =       490, // unrealircd
        ERR_NOCTCPALLOWED                               =       492, // XXX: bzzzz. 1459 defines this as ERR_NOSERVICEHOST, research it more and perhaps change this! (ERR_CANNOTSENDTOCHAN?)
                                                                                        // wtf, we also use this for m_noinvite. UGLY!
        ERR_DELAYREJOIN                                 =       495, // insp-specific, XXX: we should use 'resource temporarily unavailable' from ircnet/ratbox or whatever