aboutsummaryrefslogtreecommitdiffstats
path: root/src/modes/cmode_h.cpp
diff options
context:
space:
mode:
authorGravatar brain2008-02-14 18:46:16 +0000
committerGravatar brain2008-02-14 18:46:16 +0000
commit4b53ea8b816fbc97640e71a59d432b63a1759d60 (patch)
tree05d0082cc39654a92d1f4944eb89a3267e0af1ae /src/modes/cmode_h.cpp
parentAll working now, with any luck (diff)
downloadinspircd++-4b53ea8b816fbc97640e71a59d432b63a1759d60.tar.gz
inspircd++-4b53ea8b816fbc97640e71a59d432b63a1759d60.tar.bz2
inspircd++-4b53ea8b816fbc97640e71a59d432b63a1759d60.zip
As a final test of this, set the permissions required to set channel mode +h to be '@'
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8937 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modes/cmode_h.cpp')
-rw-r--r--src/modes/cmode_h.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modes/cmode_h.cpp b/src/modes/cmode_h.cpp
index 2df6170ca..124506f63 100644
--- a/src/modes/cmode_h.cpp
+++ b/src/modes/cmode_h.cpp
@@ -19,7 +19,7 @@
#include "modules.h"
#include "modes/cmode_h.h"
-ModeChannelHalfOp::ModeChannelHalfOp(InspIRCd* Instance) : ModeHandler(Instance, 'h', 1, 1, true, MODETYPE_CHANNEL, false, '%')
+ModeChannelHalfOp::ModeChannelHalfOp(InspIRCd* Instance) : ModeHandler(Instance, 'h', 1, 1, true, MODETYPE_CHANNEL, false, '%', '@')
{
}