]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lua/lualocal.c
Remove test #ifs around the GL commands.
[irc/quakenet/newserv.git] / lua / lualocal.c
index 0d87682af67fe4735594043712f663e0132247cd..329c14bfc42bc59bd638b7e2094c754296342fe3 100644 (file)
@@ -222,7 +222,7 @@ void lua_reconnectlocal(void *arg) {
   ln->reconnect = NULL;
 
   if(lua_getlocalnickbynick(ln->nick, &l, &ln)) /* hacky! */
-    lua_vlpcall(l, ln, "irc_onkillreconnect", "N", ln->nick);
+    lua_vlpcall(l, ln, "irc_onkillreconnect", "");
 }
 
 static int lua_localjoin(lua_State *ps) {