From 2a8025dba842a775936f8a19cb6d01559f26a141 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 14 Apr 2008 19:28:59 +0000 Subject: Set the required prefix for ops to @, thanks git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9503 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modes/cmode_o.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modes') diff --git a/src/modes/cmode_o.cpp b/src/modes/cmode_o.cpp index c4e3c241e..3105d64ae 100644 --- a/src/modes/cmode_o.cpp +++ b/src/modes/cmode_o.cpp @@ -19,7 +19,7 @@ #include "modules.h" #include "modes/cmode_o.h" -ModeChannelOp::ModeChannelOp(InspIRCd* Instance) : ModeHandler(Instance, 'o', 1, 1, true, MODETYPE_CHANNEL, false, '@') +ModeChannelOp::ModeChannelOp(InspIRCd* Instance) : ModeHandler(Instance, 'o', 1, 1, true, MODETYPE_CHANNEL, false, '@', '@') { } -- cgit v1.2.3