]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/ctables.h
Applied patch by psychon to make AddExtBanChar correctly take a single char
[user/henk/code/inspircd.git] / include / ctables.h
index d9f660f7145f5a652da3a51669a857a6fb79f89c..ad2135b1e578dcb7641d462ea8e2064e247fb97b 100644 (file)
@@ -173,7 +173,7 @@ class CoreExport Command : public Extensible
 
 /** A hash of commands used by the core
  */
-typedef nspace::hash_map<std::string,Command*> Commandable;
+typedef nspace::hash_map<std::string,Command*> Commandtable;
 
 #define TRANSLATE1(x1) translation.push_back(x1);
 #define TRANSLATE2(x1,x2)  translation.push_back(x1);translation.push_back(x2);