|
gmueller Apprentice
Joined: 06 Apr 2004 Posts: 173
|
Posted: Sun May 20, 2007 1:11 am
Trigger failed to create from command line |
1) type this from the command line WITHOUT already haveing the mapper class created
Code: |
#REGEX {\033\[33m([A-Z]+.*\.)\033\[0m$} {ratcount = 0} "mapping" {case|color} |
it will be ignored.
This works though:
2)
Code: |
#CLASS mapping;#CLASS 0;#REGEX {\033\[33m([A-Z]+.*\.)\033\[0m$} {ratcount = 0} "mapping" {case|color} |
|
|
|
|
gmueller Apprentice
Joined: 06 Apr 2004 Posts: 173
|
Posted: Sun May 20, 2007 1:20 am |
the forum stripped some of the escape codes, it's better now.
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon May 21, 2007 5:22 pm |
I entered your first #REGEX command into CMUD and it worked fine for me here, so I can't reproduce any problem with this.
|
|
|
|
|
|