X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/d0f04f713ca0b689f745842fcc9e61d24610f11a..f16ad9e7befcbd008c053c992cc05ed925a1ec49:/src/shun.c diff --git a/src/shun.c b/src/shun.c index 238a12b..b50bdf6 100644 --- a/src/shun.c +++ b/src/shun.c @@ -122,12 +122,6 @@ shun_remove(const char *target, int announce) timeq_add(new_first->expires, shun_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_unshun(target); return res;