aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_delaymsg.cpp
diff options
context:
space:
mode:
authorGravatar Jackmcbarn2011-04-17 19:01:19 -0400
committerGravatar Jackmcbarn2011-04-17 19:01:19 -0400
commita4bddd52be2d6ceffe5263352a5592537469f980 (patch)
tree9cf1a4dd7512159f8c36c21742f4eda092bd2a6b /src/modules/m_delaymsg.cpp
parentFix channel registrants being able to kick OJOINed users (diff)
Allow halfops to set delayjoin, delaymsg, and auditorium
Diffstat (limited to 'src/modules/m_delaymsg.cpp')
-rw-r--r--src/modules/m_delaymsg.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_delaymsg.cpp b/src/modules/m_delaymsg.cpp
index fbc0d85ad..bc5e67383 100644
--- a/src/modules/m_delaymsg.cpp
+++ b/src/modules/m_delaymsg.cpp
@@ -25,7 +25,6 @@ class DelayMsgMode : public ModeHandler
DelayMsgMode(Module* Parent) : ModeHandler(Parent, "delaymsg", 'd', PARAM_SETONLY, MODETYPE_CHANNEL)
, jointime(EXTENSIBLE_MEMBERSHIP, "delaymsg", Parent)
{
- levelrequired = OP_VALUE;
fixed_letter = false;
}