summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-06-26 21:12:31 -0400
committerAdam <Adam@anope.org>2010-06-26 21:12:31 -0400
commit36c646c7d2d4d0f057081c765f9048fc7ae751bf (patch)
tree9a5810343c197e6abd0048ebfa5e7b12b7d2b3e3 /include/modes.h
parent4e31757f1467b36034e1dcef10d78533ff302d57 (diff)
Added support for InspIRCd 2.0s dynamic modes.
Note that this changes the maximum length of an acceptable IRC message from 512 to 1024 because InspIRCd sends messages longer than 512 characters.
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modes.h b/include/modes.h
index 0764d8f8e..e4b683572 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -273,10 +273,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, "CMODE_INVITEOVERRIDE", modeChar) { }
+ ChannelModeInvex(char modeChar) : ChannelModeList(CMODE_INVITEOVERRIDE, "CMODE_INVITEOVERRIDE", modeChar) { }
void AddMask(Channel *chan, const char *mask);