diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-18 22:21:40 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-18 22:21:40 +0200 |
| commit | 34465189a34975f6eed125bce4c4faee501c57d5 (patch) | |
| tree | 3128909efdc79ac1b6fa25e211f2e393acb4a9c7 /server | |
| parent | ee5b4b92de11dafbabb2f9b7c695d174e2a13694 (diff) | |
Fixed OOC messages they sent not showing for the CM in other areas.
Diffstat (limited to 'server')
| -rw-r--r-- | server/commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/commands.py b/server/commands.py index 5f0128a..aae12de 100644 --- a/server/commands.py +++ b/server/commands.py @@ -51,6 +51,7 @@ def message_areas_cm(client, areas, message): client.send_host_message('You are not a CM in {}!'.format(a.name)) return a.send_command('CT', client.name, message) + a.send_owner_command('CT', client.name, message) def ooc_cmd_switch(client, arg): if len(arg) == 0: |
