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 4088a6f3b..f34af0659 100644 --- a/src/protocol/unreal32.h +++ b/src/protocol/unreal32.h @@ -109,7 +109,7 @@ class UnrealIRCdProto : public IRCDProto { void SendSZLine(const char *, const char *, const char *); void SendSGLine(const char *, const char *); void SendBanDel(const char *, const char *); - void SendSVSMode_chan(const char *, const char *, const char *); + void SendSVSModeChan(const char *, const char *, const char *); void SendSVID(const char *, time_t); void SendUnregisteredNick(User *); void SendSVID2(User *, const char *); |