diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:53:20 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:53:20 +0000 |
commit | 77af53f647f844ea4abab13fa4587e89ccc39c76 (patch) | |
tree | 75346d764b407ece98d51b077b31898b3c75cf10 /src/protocol/unreal32.c | |
parent | c275bdf6f77f87b6d43b801369952d63171fc419 (diff) |
Replaced anope_SendSVSHoldDel() with direct call to SendSVSHoldDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1357 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r-- | src/protocol/unreal32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c index 72459e94b..5363c7d57 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1124,7 +1124,7 @@ void UnrealIRCdProto::SendSVSHold(const char *nick) } /* SVSHOLD - release */ -void UnrealIRCdProto::SendSVSHOLDDel(const char *nick) +void UnrealIRCdProto::SendSVSHoldDel(const char *nick) { send_cmd(NULL, "%s - Q * %s %s", send_token("TKL", "BD"), nick, ServerName); } |