diff options
Diffstat (limited to 'src/protocol/bahamut.c')
-rw-r--r-- | src/protocol/bahamut.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/bahamut.c b/src/protocol/bahamut.c index 298b0f987..96c0855fa 100644 --- a/src/protocol/bahamut.c +++ b/src/protocol/bahamut.c @@ -460,7 +460,7 @@ void BahamutIRCdProto::SendModeInternal(const char *source, const char *dest, co } /* SVSHOLD - set */ -void BahamutIRCdProto::SendSVSHOLD(const char *nick) +void BahamutIRCdProto::SendSVSHold(const char *nick) { send_cmd(ServerName, "SVSHOLD %s %d :%s", nick, NSReleaseTimeout, "Being held for registered user"); } |