| [08-29 17:48] | [Chat] | Icewolfz: granted or just do exact matchs for common stuff and not even worry about patterns |
| [08-29 17:49] | [Chat] | Icewolfz: thats how hte classic omud did it |
| [08-29 17:49] | [Chat] | Icewolfz: created atrigger fo revrey single line |
| [08-29 17:50] | [Chat] | Icewolfz: yeah just using * is pretty easy |
| [08-29 17:50] | [Chat] | Icewolfz: reaplace word with * and it matches any word in that spot |
| [08-29 17:50] | [Chat] | Icewolfz: onyl gets complex if you want to capture the values and all |
| [08-29 17:50] | [Chat] | Icewolfz: so zmyud just copy the text lin eand replace any chaning parts iwth * and it should work |
| [08-29 17:50] | [Chat] | Icewolfz: most simple trigger |
| [08-29 17:50] | [Chat] | Icewolfz: the ^ and $ are more safe guards |
| [08-29 17:51] | [Chat] | Icewolfz: to match full line |
| [08-29 17:51] | [Chat] | Icewolfz: ^ means match star, $ means match end |
| [08-29 17:51] | [Chat] | Dhraxyn: Might try and make it work currently I just try and watch the clock |
| [08-29 17:51] | [Chat] | Icewolfz: with out them just saying the matching line could cause yor triger to fire and could get you dead |
| [08-29 17:51] | [Chat] | Icewolfz: zmud has timers |
| [08-29 17:51] | [Chat] | Icewolfz: you could always use the timmer command to create a timer that notifys when it goes off |
| [08-29 17:52] | [Chat] | Icewolfz: has a tick timer which is mostly useless nowdays |
| [08-29 17:52] | [Chat] | Icewolfz: but you cna create alarms |
| [08-29 17:53] | [Chat] | Icewolfz: #alarm +SECONDS { #show buffer off! } |
| [08-29 17:53] | [Chat] | Icewolfz: runs once then deletes ti sel after SECONDS |
| [08-29 17:53] | [Chat] | Icewolfz: eg #alarm +900 { #sh buffer off! } |
|
| Back to List |