diff options
Diffstat (limited to 'include/modes.h')
-rw-r--r-- | include/modes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/modes.h b/include/modes.h index 777087d49..8392a9088 100644 --- a/include/modes.h +++ b/include/modes.h @@ -269,10 +269,10 @@ class CoreExport ChannelModeExcept : public ChannelModeList /** Channel mode +I */ -class CoreExport ChannelModeInvite : public ChannelModeList +class CoreExport ChannelModeInvex : public ChannelModeList { - public: - ChannelModeInvite(char modeChar) : ChannelModeList(CMODE_INVITEOVERRIDE, modeChar) { } + public: + ChannelModeInvex(char modeChar) : ChannelModeList(CMODE_INVITEOVERRIDE, modeChar) { } void AddMask(Channel *chan, const char *mask); |