summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
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"