summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c5
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);