You all know the GM command @who, well what about your
players? If you have a small server you may want this.
/w will tell you how many people are on but not who.
This is a modified version of @who that will display
the character names of NON-GMS! This is for privacy
reasons, and you should have your GM char names posted
anyway. Its very easy to mod to let it print out gms,
just get rid of one condition check and edit the
message. The old @who still exists however under the
alias @whoall. This way players can see whos online
like their friends. I pretty useful feature I think,
anyway. Heres some revised lines to you atcommand conf
file:
[CODE]
who: 0
//this lets players use the dummied down @who statement
whoall: 1
//this lets gms still use the detailed @who statement
but its under the alias @whoall
[/CODE]
This could easily have been modded for one function,
but doing it this way is much more modular but if you
guys want ill merge everything back into @who so theres
only one config line.
Slight Atcommand expansion (@who and @whoall)