diff options
Diffstat (limited to 'src/modes.cpp')
-rw-r--r-- | src/modes.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modes.cpp b/src/modes.cpp index 4795e55fc..6c6d43ad9 100644 --- a/src/modes.cpp +++ b/src/modes.cpp @@ -350,10 +350,6 @@ void ChannelModeBan::DelMask(Channel *chan, const Anope::string &mask) Log(LOG_DEBUG) << "Deleted ban " << mask << " from channel " << chan->name; } - - AutoKick *akick; - if (chan->ci && (akick = is_stuck(chan->ci, mask))) - stick_mask(chan->ci, akick); } /** Add an except to the channel |