diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-04 21:33:48 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-04 21:33:48 +0000 |
commit | 40a90a4138eb0b497d73c9aca1e5a8ce65693568 (patch) | |
tree | f489f30260e67e3cfa4d5f0d9c576126ec67cf6c /conf-tmpl/atcommand_athena.conf | |
parent | a572e4193823083637917790094c5e38e3f3f389 (diff) | |
download | hercules-40a90a4138eb0b497d73c9aca1e5a8ce65693568.tar.gz hercules-40a90a4138eb0b497d73c9aca1e5a8ce65693568.tar.bz2 hercules-40a90a4138eb0b497d73c9aca1e5a8ce65693568.tar.xz hercules-40a90a4138eb0b497d73c9aca1e5a8ce65693568.zip |
- Cleaned @whogm. It will display the name of all gms online. If their GM level is above your own, it will only display their name, otherwise level, position, and party/guild info is displayed. GM's using gm-hide will not appear on this list.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10158 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/atcommand_athena.conf')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 83d5783b7..0f2f43c7d 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -229,7 +229,9 @@ whomap2: 20 // Returns list of logged in characters with their party/guild in a specifical map. whomap3: 20 -// Like @who+@who2+who3, but only for GM. +// Displays GMs online. For those who are higher GM level than yourself, +// only the name is shown, for the rest, it displays the same info of +// @who+@who2+who3 whogm: 20 // Displays a sorted list of the ammount of zeny each conected player has at hand. |