]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lua/luabot.h
Remove test #ifs around the GL commands.
[irc/quakenet/newserv.git] / lua / luabot.h
index 12e35ce33d2a92dff1120e5a45bfab02346159ae..e8014782f48ef278456f46bb73bee552bd19f0d7 100644 (file)
@@ -14,7 +14,8 @@ int lua_notice(nick *np, char *message, ...) __attribute__ ((format (printf, 2,
 int _lua_vpcall(lua_State *l, void *function, int mode, const char *sig, ...);
 char *printallmodes(channel *cp);
 
-nick *lua_nick;
+extern nick *lua_nick;
+extern sstring *luabotnick;
 
 #define LUA_OK 0
 #define LUA_FAIL 1