diff options
Diffstat (limited to 'src/protocol/bahamut.h')
-rw-r--r-- | src/protocol/bahamut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/bahamut.h b/src/protocol/bahamut.h index 691da0034..06a97dcf8 100644 --- a/src/protocol/bahamut.h +++ b/src/protocol/bahamut.h @@ -77,7 +77,7 @@ class BahamutIRCdProto : public IRCDProto { void SendSQLine(const char *, const char *); void SendConnect(); void SendSVSHold(const char *); - void SendSVSHOLDDel(const char *); + void SendSVSHoldDel(const char *); void SendSGLineDel(const char *); void SendSZLineDel(const char *); void SendSZLine(const char *, const char *, const char *); |