]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lua/luacommands.c
Update README.
[irc/quakenet/newserv.git] / lua / luacommands.c
index 723d4ccdab3bbdacab0eebf11bd956ee1474d6be..1d96ac66d9c4d2283be5dff26bb60a55c0cf95fd 100644 (file)
@@ -221,7 +221,6 @@ static int lua_gline(lua_State *ps) {
   nick *target;
   char mask[512];
   int duration, usercount = 0;
-  host *hp;
   
   if(!lua_isstring(ps, 1) || !lua_isint(ps, 2) || !lua_isstring(ps, 3))
     LUA_RETURN(ps, LUA_FAIL);