summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/motd.txt2
-rw-r--r--npc/commands/super-menu.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt
index b150b798e..dcdb01460 100644
--- a/npc/commands/motd.txt
+++ b/npc/commands/motd.txt
@@ -147,7 +147,7 @@ function script MOTDConfig {
end;
OnCall:
- if (!is_admin()) {
+ if (!is_master()) {
end;
}
diff --git a/npc/commands/super-menu.txt b/npc/commands/super-menu.txt
index 824ce5384..8a9cb2dd2 100644
--- a/npc/commands/super-menu.txt
+++ b/npc/commands/super-menu.txt
@@ -10,7 +10,7 @@ function script SuperMenu {
next;
select
rif(is_gm(), l("Scheduled broadcasts")),
- rif(is_admin(), l("MOTD")),
+ rif(is_master(), l("MOTD")),
rif(is_gm(), l("Event management")),
rif(is_admin() && !getcharid(2), l("Join teh Guild")),
rif(is_staff(), l("Referral Program Report")),