don't reply "NS_SERVICE_IMMUNE" when the bot gets deopped
authorpk910 <philipp@zoelle1.de>
Mon, 7 Nov 2011 07:07:13 +0000 (08:07 +0100)
committerpk910 <philipp@zoelle1.de>
Mon, 7 Nov 2011 07:07:13 +0000 (08:07 +0100)
src/event_neonserv_mode.c

index 5ef806024b9477f3076adca751aed240e562a096..4b507c4656e1e96ae6f9a6aadca46a2de1303f7c 100644 (file)
@@ -143,7 +143,8 @@ static void neonserv_event_mode_async1(struct ClientSocket *client, struct UserN
                 if(!add) {
                     //check protection
                     if(isBot(cuser)) {
-                        reply(textclient, user, "NS_SERVICE_IMMUNE", cuser->nick);
+                        //don't send this - just try to reop
+                        //reply(textclient, user, "NS_SERVICE_IMMUNE", cuser->nick);
                         if(!neonserv_cmd_mode_botwar_detect(client, user, chan))
                             modeBufferSet(modeBuf, !add, modes[i], carg);
                         break;