From 0c61915e310461fda25566728a42ca7fe175d6ea Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 12 Sep 2022 15:13:10 +0100 Subject: Bahamut now has support for halfops. --- modules/protocol/bahamut.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/protocol/bahamut.cpp') diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp index 7f70e6da8..6d14daba2 100644 --- a/modules/protocol/bahamut.cpp +++ b/modules/protocol/bahamut.cpp @@ -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 */ -- cgit