diff options
Diffstat (limited to 'src/protocol/unreal32.h')
-rw-r--r-- | src/protocol/unreal32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/unreal32.h b/src/protocol/unreal32.h index 6c2fa7e5b..4088a6f3b 100644 --- a/src/protocol/unreal32.h +++ b/src/protocol/unreal32.h @@ -103,7 +103,7 @@ class UnrealIRCdProto : public IRCDProto { 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 SendSZLineDel(const char *); void SendSZLine(const char *, const char *, const char *); |