1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 13:06:38 +02:00

Bahamut now has support for halfops.

This commit is contained in:
Sadie Powell
2022-09-12 15:13:10 +01:00
parent d5e85c7f25
commit 0c61915e31
+1
View File
@@ -524,6 +524,7 @@ class ProtoBahamut : public Module
/* v/h/o/a/q */
ModeManager::AddChannelMode(new ChannelModeStatus("VOICE", 'v', '+', 0));
ModeManager::AddChannelMode(new ChannelModeStatus("HALFOP", 'h', '%', 1));
ModeManager::AddChannelMode(new ChannelModeStatus("OP", 'o', '@', 1));
/* Add channel modes */