diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 19:24:26 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 19:24:26 +0000 |
commit | f3dff3c86ee68534dd181faa102109661fe6aa0f (patch) | |
tree | 71f46990b23288f403d5f0f35db0140a39cea615 | |
parent | 6230b5c33d1820fd42f4c899468f1e963756df2b (diff) |
Commented why this is seriously fucked-up-looking :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2540 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/commands.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index ff6106cb6..6d1264dc1 100644 --- a/include/commands.h +++ b/include/commands.h @@ -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" |