Changeset 287 for trunk/plugins/en/action_complex_failsafe.tcl
- Timestamp:
- 09/19/03 17:49:46 (9 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/action_complex_failsafe.tcl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/action_complex_failsafe.tcl
r286 r287 27 27 28 28 29 bMotion_plugin_add_action_complex "zzz-failsafe" {^ [^ s]+s %botnicks} 100 bMotion_plugin_complex_action_failsafe "en"29 bMotion_plugin_add_action_complex "zzz-failsafe" {^(.+?)s %botnicks} 100 bMotion_plugin_complex_action_failsafe "en" 30 30 31 31 … … 33 33 proc bMotion_plugin_complex_action_failsafe { nick host handle channel text } { 34 34 35 regexp {^( [^ s]+)s } $text matches verb35 regexp {^(.+?)s } $text matches verb 36 36 37 37 if {$verb == ""} { … … 44 44 45 45 bMotion_abstract_register "failsafes" 46 bMotion_abstract_batchadd "failsafes" [list "%VAR{rarrs}" "%REPEAT{3:7:m} %%" "%VAR{thanks}" ]46 bMotion_abstract_batchadd "failsafes" [list "%VAR{rarrs}" "%REPEAT{3:7:m} %%" "%VAR{thanks}" "i do love a good %%ing"]
Note: See TracChangeset
for help on using the changeset viewer.
