X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d0f04f713ca0b689f745842fcc9e61d24610f11a..39edf54ab4431e5f62031fd16dd2cb9b359934e3:/src/gline.c diff --git a/src/gline.c b/src/gline.c index 39d4036..fbaba6c 100644 --- a/src/gline.c +++ b/src/gline.c @@ -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;