]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands.h
Fixed to not allow :Abc NICK Abc, where the case of the old and new nick are *identical*
[user/henk/code/inspircd.git] / include / commands.h
index ff6106cb6e6c2c0f4e80efa46ee96f5907c61fba..6d1264dc174a18e111532615ea7fe8793bf621c9 100644 (file)
@@ -37,6 +37,14 @@ bool ip_matches_everyone(std::string ip, userrec* user);
 bool nick_matches_everyone(std::string nick, userrec* user);   
 int operstrcmp(char* data,char* input);
 
+/*       XXX Serious WTFness XXX
+ *
+ * Well, unless someone invents a wildcard or
+ * regexp #include, and makes it a standard,
+ * we're stuck with this way of including all
+ * the commands.
+ */
+
 #include "cmd_admin.h"
 #include "cmd_away.h"
 #include "cmd_commands.h"