diff options
author | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-20 22:27:11 +0000 |
---|---|---|
committer | DukePyrolator <DukePyrolator@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-03-20 22:27:11 +0000 |
commit | 3e77eaa21813f5b668f819722e68e2d7c6c800eb (patch) | |
tree | dbd0a44111e0149022fced9741a54a45aa9dbd72 /include | |
parent | 28ccf79adf3ea27d6f37abb2abadf65224794889 (diff) |
fixed sending CHGIDENT without parameter
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2825 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-rw-r--r-- | include/services.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h index e924a5238..40512c32b 100644 --- a/include/services.h +++ b/include/services.h @@ -1056,7 +1056,7 @@ class CoreExport IRCDProto virtual void SendSVSO(const char *, const char *, const char *) { } virtual void SendChangeBotNick(BotInfo *bi, const char *newnick); virtual void SendForceNickChange(User *u, const char *newnick, time_t when); - virtual void SendVhost(User *, const char *, const char *) { } + virtual void SendVhost(User *, const std::string &, const std::string &) { } virtual void SendConnect() = 0; virtual void SendSVSHold(const char *) { } virtual void SendSVSHoldDel(const char *) { } |