|
Joliver Newbie
Joined: 22 Sep 2005 Posts: 5
|
Posted: Fri Sep 23, 2005 1:35 am
Alias' How -not- to space.. and a question about -case- |
Alias questions
Name= Tgl
Value= page gloria=
When I use the Tgl alias to send Gloria a page a space gets added between the Gloria= and the message
page Gloria=(space)text message..
How do I capture the text message so it looks like
page Gloria=text message.. no space.
Also is there a way to force Alias' to have their names case sensitive? |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Sep 23, 2005 8:28 am |
Use a a command input trigger instead.
#ONINPUT {^Tgl (*)$} {page gloria=%1} "" {case} |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|