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/charybdis.h | |
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/charybdis.h')
-rw-r--r-- | src/protocol/charybdis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/charybdis.h b/src/protocol/charybdis.h index 0f473a671..32834e845 100644 --- a/src/protocol/charybdis.h +++ b/src/protocol/charybdis.h @@ -70,7 +70,7 @@ class CharybdisProto : public IRCDTS6Proto { void SendVhost(const char *, const char *, const char *); void SendConnect(); void SendSVSHold(const char *); - void SendSVSHOLDDel(const char *); + void SendSVSHoldDel(const char *); void SendSGLineDel(const char *); void SendSGLine(const char *, const char *); void SendServer(const char *, int, const char *); |