1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 03:56:39 +02:00

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.
This commit is contained in:
Adam
2010-06-26 21:12:31 -04:00
parent 4e31757f14
commit 36c646c7d2
8 changed files with 246 additions and 280 deletions
+2 -2
View File
@@ -360,7 +360,7 @@ void ChannelModeExcept::DelMask(Channel *chan, const char *mask)
* @param chan The channel
* @param mask The invex
*/
void ChannelModeInvite::AddMask(Channel *chan, const char *mask)
void ChannelModeInvex::AddMask(Channel *chan, const char *mask)
{
Entry *invite;
@@ -387,7 +387,7 @@ void ChannelModeInvite::AddMask(Channel *chan, const char *mask)
* @param chan The channel
* @param mask The index
*/
void ChannelModeInvite::DelMask(Channel *chan, const char *mask)
void ChannelModeInvex::DelMask(Channel *chan, const char *mask)
{
Entry *invite;