From db340f96d6e9741a23470840a77901c5c45b580f Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 18 Aug 2011 22:04:59 -0400 Subject: Fixed some permission checking fail in modules that got messed up from the big commands sed --- modules/commands/bs_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/bs_set.cpp') diff --git a/modules/commands/bs_set.cpp b/modules/commands/bs_set.cpp index 969763099..46e4236b1 100644 --- a/modules/commands/bs_set.cpp +++ b/modules/commands/bs_set.cpp @@ -126,7 +126,7 @@ class CommandBSSet : public Command else this->OnSyntaxError(source, "GREET"); } - else if (u->HasCommand("botserv/botserv/set/nobot") && option.equals_ci("NOBOT")) + else if (u->HasCommand("botserv/set/nobot") && option.equals_ci("NOBOT")) { if (value.equals_ci("ON")) { -- cgit