From 697b2890c284f2f76f7bd10fe19776279cd6cdfa Mon Sep 17 00:00:00 2001 From: Jessica James Date: Sun, 1 Dec 2019 22:46:53 -0600 Subject: [PATCH] Changed default access level for pamsg --- src/Plugins/RenX/RenX.Commands/RenX_Commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugins/RenX/RenX.Commands/RenX_Commands.cpp b/src/Plugins/RenX/RenX.Commands/RenX_Commands.cpp index 6bb3b30..cf09439 100644 --- a/src/Plugins/RenX/RenX.Commands/RenX_Commands.cpp +++ b/src/Plugins/RenX/RenX.Commands/RenX_Commands.cpp @@ -353,7 +353,7 @@ void PAdminMsgIRCCommand::create() this->addTrigger(STRING_LITERAL_AS_REFERENCE("pamsg")); this->addTrigger(STRING_LITERAL_AS_REFERENCE("pasay")); this->addTrigger(STRING_LITERAL_AS_REFERENCE("apage")); - this->setAccessLevel(1); + this->setAccessLevel(4); } void PAdminMsgIRCCommand::trigger(IRC_Bot *source, const Jupiter::ReadableString &channel, const Jupiter::ReadableString &nick, const Jupiter::ReadableString ¶meters)