added OPER support (let the bots try to op themselves)
[NeonServV5.git] / src / modules.c
index ba3a43a6b8fb32937ad4665bc464d74bb3de053b..4372c48433d1bec7140922c977e862a754acffce 100644 (file)
@@ -45,6 +45,7 @@
 /* 181-183 */ #include "WHOHandler.h"
 /* 184-188 */ #include "version.h"
 /* 189     */ /* modules.h */
+/* 190     */ /* UserNode.h */
 
 #define Function void *
 
@@ -249,7 +250,8 @@ void *global_functions[] = {
 /* 186 */ (Function) get_revision,
 /* 187 */ (Function) get_codelines,
 /* 188 */ (Function) get_patchlevel,
-/* 189 */ (Function) get_module_name
+/* 189 */ (Function) get_module_name,
+/* 190 */ (Function) isUserModeSet
 };
 
 static int module_id_counter = 1;