summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h6
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);