Chat Alias

Posted by Aleran on Wed 28 Jan 2004 06:21 AM — 2 posts, 11,280 views.

#0
I've been stumbling over something that is generally really simple on other mudclients, but i cant get to work in MUSH.

its pretty simple, as i said.
i want the client to catch an empty line starting with
"cs" that has following text(messages to go the chat channel)
and replace "cs" with "clantalk (tag)" such that the mud catches "clantalk (tag) (message)"


thanks in advance for something that i know is a simple problem.
Australia Forum Administrator #1
I'm not sure what you mean by (tag) in this context, but you basically want an alias.

Match: cs *
Send: clantalk %1


That sends the first wildcard (%1) which is whatever is in the asterisk, to the MUD.