]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/shun.c
fix another compile warning
[irc/evilnet/x3.git] / src / shun.c
index 238a12bf68f48c478c2e517ab7273763225540ce..b50bdf699d09193dcf9a6a194f5ca36c7f01a5f3 100644 (file)
@@ -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;