|
fhqwhgad Novice
Joined: 07 Feb 2005 Posts: 38
|
Posted: Thu Nov 15, 2007 10:32 am
making an alias that has no space after the trigger. |
Basicly i got used to being able to type 'hello instead of say hello. This is why i would like to be able to make an alias that picks up everything after my ' character, and echoes say <whatever was after the '> but WITHOUT any spaces between the ' and the text.
Is it possible, and if so, how? |
|
|
|
Guinn Wizard
Joined: 03 Mar 2001 Posts: 1127 Location: London
|
Posted: Thu Nov 15, 2007 10:53 am |
You need an oninput trigger rather than an alias.
#ONINPUT {^~'(*)} {say %1} |
|
_________________ CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;) |
|
|
|
fhqwhgad Novice
Joined: 07 Feb 2005 Posts: 38
|
Posted: Thu Nov 15, 2007 10:58 am |
Thank you!
I'll give it a go as soon as i get home. |
|
|
|
|
|