summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 19:24:26 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-16 19:24:26 +0000
commitf3dff3c86ee68534dd181faa102109661fe6aa0f (patch)
tree71f46990b23288f403d5f0f35db0140a39cea615 /include/commands.h
parent6230b5c33d1820fd42f4c899468f1e963756df2b (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
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h8
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"