diff options
author | Philipp Sehmisch <mana@crushnet.org> | 2010-08-29 14:54:14 +0200 |
---|---|---|
committer | Freeyorp <Freeyorp101@hotmail.com> | 2010-08-30 02:12:54 +1200 |
commit | 64432a11e3135d82c37c65b6c8560312091453cd (patch) | |
tree | 41dee6e861ab321357e8e36ae32cae7e03ad1dfc /example/serverdata | |
parent | 7fc50c2d31e1d289e9d2a950271c6d399fe0896a (diff) | |
download | manaserv-64432a11e3135d82c37c65b6c8560312091453cd.tar.gz manaserv-64432a11e3135d82c37c65b6c8560312091453cd.tar.bz2 manaserv-64432a11e3135d82c37c65b6c8560312091453cd.tar.xz manaserv-64432a11e3135d82c37c65b6c8560312091453cd.zip |
Added @mute chat command.
The @mute command stops another character from talking in the
public chat for a specified amount of seconds. It doesn't survive
a reconnect of the client, but I don't think that this is necessary
because a mute by a GM is usually intended as a slap on the wrist
with more severe consequences to follow (like @ban).
Diffstat (limited to 'example/serverdata')
-rw-r--r-- | example/serverdata/permissions.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/serverdata/permissions.xml b/example/serverdata/permissions.xml index f2eeae36..66581524 100644 --- a/example/serverdata/permissions.xml +++ b/example/serverdata/permissions.xml @@ -24,6 +24,7 @@ <allow>@goto</allow> <allow>@recall</allow> <allow>@ban</allow> + <allow>@mute</allow> <allow>@history</allow> </class> <class level="5"> |