added OPER support (let the bots try to op themselves)
[NeonServV5.git] / src / modules / module.h
index 89bf781a89e3b5bedac202929ac99dd07844e6af..b780ac16a495499d43c009373e586c0226052443 100644 (file)
@@ -219,6 +219,7 @@ extern int module_id;
 /* 187 */ #define get_codelines ((const char * (*)(void))global[187])
 /* 188 */ #define get_patchlevel ((const int (*)(void))global[188])
 /* 189 */ #define get_module_name ((char * (*)(int))global[189])
+/* 190 */ #define isUserModeSet ((int (*)(struct UserNode *, char))global[190])
 
 #define MODULE_HEADER(initfunc,startfunc,loopfunc,stopfunc) \
     void **global = NULL; \