summaryrefslogtreecommitdiff
path: root/src/scripts/Commands/cs_message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/Commands/cs_message.cpp')
-rw-r--r--src/scripts/Commands/cs_message.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/Commands/cs_message.cpp b/src/scripts/Commands/cs_message.cpp
index 6214a19653..15cd13a876 100644
--- a/src/scripts/Commands/cs_message.cpp
+++ b/src/scripts/Commands/cs_message.cpp
@@ -32,7 +32,7 @@ public:
{ "gmannounce", SEC_GAMEMASTER, true, &HandleGMAnnounceCommand, "" },
{ "notify", SEC_GAMEMASTER, true, &HandleNotifyCommand, "" },
{ "gmnotify", SEC_GAMEMASTER, true, &HandleGMNotifyCommand, "" },
- { "whispers", SEC_GAMEMASTER, false, &HandleWhispersCommand, "" }
+ { "whispers", SEC_MODERATOR, false, &HandleWhispersCommand, "" }
};
return commandTable;
}