]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/gline.c
making some good progress on ldap
[irc/evilnet/x3.git] / src / gline.c
index 39d40363a3510071fee731bcd75be7d514fdd47a..fbaba6cf02343dbe8f9850e0034722c0421d3ca6 100644 (file)
@@ -122,12 +122,6 @@ gline_remove(const char *target, int announce)
             timeq_add(new_first->expires, gline_expire, 0);
         }
     }
-#ifdef WITH_PROTOCOL_BAHAMUT
-    /* Bahamut is sort of lame: It permanently remembers any AKILLs
-     * with durations longer than a day, and will never auto-expire
-     * them.  So when the time comes, we'd better remind it.  */
-    announce = 1;
-#endif
     if (announce)
         irc_ungline(target);
     return res;