diff options
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 02721c09f..e76aa427a 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -663,11 +663,6 @@ class UnrealIRCdProto : public IRCDProto SendSQLine(nick, "Reserved for services"); } - bool CanKick(BotInfo *source, const char *chan, const char *user, const char *buf) - { - return !user->mode & MODE_q; - } - void SendKickInternal(BotInfo *source, const char *chan, const char *user, const char *buf) { if (buf) send_cmd(source->nick, "H %s %s :%s", chan, user, buf); |