diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:49:01 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 21:49:01 +0000 |
commit | c275bdf6f77f87b6d43b801369952d63171fc419 (patch) | |
tree | 26330b2665e040db1aefa2ba556593c66db5603b /src/protocol/unreal32.c | |
parent | cd038ecb7a43912969e0199cb373f4c4eb1d7b43 (diff) |
Replaced anope_SendSVSHold() with direct call to SendSVSHold() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1356 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 ada8e72c5..72459e94b 100644 --- a/src/protocol/unreal32.c +++ b/src/protocol/unreal32.c @@ -1117,7 +1117,7 @@ int anope_event_whois(const char *source, int ac, const char **av) } /* SVSHOLD - set */ -void UnrealIRCdProto::SendSVSHOLD(const char *nick) +void UnrealIRCdProto::SendSVSHold(const char *nick) { send_cmd(NULL, "%s + Q H %s %s %ld %ld :%s", send_token("TKL", "BD"), nick, ServerName, static_cast<long>(time(NULL) + NSReleaseTimeout), static_cast<long>(time(NULL)), "Being held for registered user"); |