|
Strakc Apprentice
Joined: 31 Jan 2006 Posts: 106 Location: Virginia Beach, Virginia
|
Posted: Wed May 03, 2006 7:17 am
Prompt |
H:(\d+) M:(\d+) <([a-z- -]+)> I used to use this as my prompt and now... it wont work, and I get this.
Code: |
#TRIGGER {H:(\d+) M:(\d+) <([a-z- -]+)>} {#echo hrm}
^ syntax error |
|
|
|
|
Vodoc Apprentice
Joined: 11 Apr 2003 Posts: 119 Location: Sweden
|
Posted: Wed May 03, 2006 8:18 am |
Your pattern has regex syntax, use this:
Code: |
#REGEX {H:(\d+) M:(\d+) <([a-z- -]+)>} {#echo hrm} |
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|