summaryrefslogtreecommitdiff
path: root/modules/protocol/bahamut.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-09-15 18:39:37 +0100
committerSadie Powell <sadie@witchery.services>2022-09-15 18:46:51 +0100
commit1664689eb7a99ee71b03c3a4aaa80fda19933dc2 (patch)
tree7577e0228ce79bfc9fcbcb619a205e40189aeccd /modules/protocol/bahamut.cpp
parentb96519d85c703c9c53b3ddf765235400930c21fb (diff)
parentbc101d10de7c2a8cfd8f8ec2b283bf475caa63b8 (diff)
Merge branch '2.0' into 2.1.
Diffstat (limited to 'modules/protocol/bahamut.cpp')
-rw-r--r--modules/protocol/bahamut.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp
index 439aaf117..96198423b 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 */