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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user