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

Merge branch '2.0' into 2.1.

This commit is contained in:
Sadie Powell
2023-07-11 12:28:51 +01:00
12 changed files with 47 additions and 16 deletions
+1 -1
View File
@@ -1159,7 +1159,7 @@ struct IRCDMessageCapab : Message::Capab
ModeManager::AddChannelMode(new InspIRCdExtban::ChannelMatcher("CHANNELBAN", "BAN", 'j'));
else if (module == "m_gecosban.so")
ModeManager::AddChannelMode(new InspIRCdExtban::RealnameMatcher("REALNAMEBAN", "BAN", 'r'));
else if (module == "m_nopartmessage.so")
else if (module == "m_nopartmsg.so")
ModeManager::AddChannelMode(new InspIRCdExtban::EntryMatcher("PARTMESSAGEBAN", "BAN", 'p'));
else if (module == "m_serverban.so")
ModeManager::AddChannelMode(new InspIRCdExtban::ServerMatcher("SERVERBAN", "BAN", 's'));