]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lua/luabot.h
Improve help texts for trustgroupmodify and trusthostmodify
[irc/quakenet/newserv.git] / lua / luabot.h
index 8e6affaaae1e706fa3b12ea777ae8734287d14d8..e8014782f48ef278456f46bb73bee552bd19f0d7 100644 (file)
@@ -14,7 +14,7 @@ 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