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

Merge pull request #141 from miwob/2.0+cmode_T_nonotice

Add support for channel mode +T to the ircd-hybrid protocol module
This commit is contained in:
Adam
2015-12-29 12:57:09 -06:00
+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: