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 59687bfcd..691da0034 100644 --- a/src/protocol/bahamut.h +++ b/src/protocol/bahamut.h @@ -76,7 +76,7 @@ class BahamutIRCdProto : public IRCDProto { void SendSQLineDel(const char *); void SendSQLine(const char *, const char *); void SendConnect(); - void SendSVSHOLD(const char *); + void SendSVSHold(const char *); void SendSVSHOLDDel(const char *); void SendSGLineDel(const char *); void SendSZLineDel(const char *); |