Download Game! Currently 73 players and visitors. Last logged in:AcemcloudMysticInfernoJano

Whyi's Blog

Back to blogs index
Posted: 31 Jan 2005 01:56 [ permalink ]
The previous entry (12461) is a command that (if I didn't typo it), can be
used to discern someone's background. It could possibly be extended to tell
their guilds.

The idea is that you could figure it out using 'who guild civilized' et
cetera. If you use grep, then you could figure it out a little faster. (I.e.
grep 'Whyi' who guild civilized, grep 'Whyi' who guild evil_religious, etc.)

The command does all those greps and prefixes the output with the appropriate
background. So you type background Whyi (note capital necessary), and see Whyi
[report]: Civilized: [ 30 ] Whyi the Gnome.
Posted: 11 Jan 2005 05:11 [ permalink ]
command background quote 'grep -q "$*" who guild civilized' party report
Civilized: ;quote 'grep -q "$*" who guild evil_religious' party report Evil
Religious: ;quote 'grep -q "$*" who guild nomad' party report Nomad: ;quote
'grep -q"$*" who guild good_religious' party report Good Religious: ;quote
'grep -q "$*" who guild magical' party report Magical: