1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 10:46:38 +02:00

Add support for channel mode +T to the ircd-hybrid protocol module

This commit is contained in:
Michael Wobst
2015-12-26 13:29:18 +01:00
parent a25f94456d
commit cd6401f628
+1
View File
@@ -667,6 +667,7 @@ class ProtoHybrid : public Module
ModeManager::AddChannelMode(new ChannelModeOperOnly("OPERONLY", 'O'));
ModeManager::AddChannelMode(new ChannelMode("REGISTEREDONLY", 'R'));
ModeManager::AddChannelMode(new ChannelMode("SSL", 'S'));
ModeManager::AddChannelMode(new ChannelMode("NONOTICE", 'T'));
}
public: