diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-11 00:20:17 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-11 00:20:17 +0000 |
commit | f4cdea8348b7362076c35d9a210b786d6fd6e146 (patch) | |
tree | bae20215408418963a5efa3bddd74138c1c0ddf2 /src/protocol/unreal32.c | |
parent | 429da2b886eba777e7262a763bb00708168ce0f0 (diff) |
Revert oper protection patch from SciFi, it breaks things. This reverts commit fee057ae11daea45295744f0e9e13f1d0ce0f2b4.
Conflicts:
TODO
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2004 5417fbe8-f217-4b02-8779-1006273d7864
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); |