Channel alias?

Posted by Wolfwoman on Fri 05 Jul 2002 09:05 PM — 2 posts, 11,174 views.

#0
Our game uses channels by typing: "+com public = (message here)"

Is there any way to make an alias so that all I have to type is "public (message)" and have it out put the correct sequence to post the message to the channel?
Canada #1
Very easy. Use the pulldown menu's along the top, and select:


Game | Configure | Aliases
OR
Click the "Aliases" icon.

Click "Add" button.
Fill in the appropriate information:

Alias: public (*)
Send: +com public = (%1)

The "Enabled" checkbox should be checked, and if you want, you can check the "Ignore Case" box too, so if you type "Public (don't go over there!)" it will still work.

The * in the alias field represents "wildcard", which means anything can be there, and the %1 in the send box means to put the information captured with wildcard 1 there. (You can have up to 10 wildcards).