diff --git a/PBot/Users.pm b/PBot/Users.pm index 611b9769..67d07043 100644 --- a/PBot/Users.pm +++ b/PBot/Users.pm @@ -503,7 +503,7 @@ sub mycmd { $key = lc $key; if (defined $value and $u->{level} == 0) { - my @disallowed = qw/level autoop autovoice/; + my @disallowed = qw/name level autoop autovoice/; if (grep { $_ eq $key } @disallowed) { return "You must be an admin to set $key."; }