]> jfr.im git - irc/quakenet/newserv.git/commitdiff
FAKEUSERS: remove unused operwall
authorPaul <redacted>
Mon, 29 Jul 2013 15:09:06 +0000 (16:09 +0100)
committerPaul <redacted>
Mon, 29 Jul 2013 15:09:06 +0000 (16:09 +0100)
--HG--
branch : fakeuser

fakeusers/fakeusers.c

index 41eb23bbb439e21a03793f89c79ae2875dc818d1..1291813374928503ddde7e045873f8f44365f76b 100644 (file)
@@ -400,10 +400,6 @@ void fakeuser_handler(nick *user, int command, void **params)
     }
     details->lastkill = timenow;
 
-    /*
-    controlwalls(NO_OPER, NL_FAKEUSERS, "Fake user %s!%s@%s (%s) was KILL'ed", details->nick,
-                details->ident, details->host, details->realname);
-    */
     details->schedule = scheduleoneshot(time(NULL) + KILL_WAIT, &reconnectfake, details);
     if (!details->schedule)
     {