]> jfr.im git - irc/quakenet/newserv.git/commitdiff
lua: Removed duplicate argument for irc_onkillreconnect.
authorGunnar Beutner <redacted>
Sat, 22 Jun 2013 18:18:07 +0000 (20:18 +0200)
committerGunnar Beutner <redacted>
Sat, 22 Jun 2013 18:18:07 +0000 (20:18 +0200)
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) {