Ignore:
Timestamp:
09/19/03 17:49:46 (9 years ago)
Author:
jamesoff
Message:

fixed broken regexp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/action_complex_failsafe.tcl

    r286 r287  
    2727 
    2828 
    29 bMotion_plugin_add_action_complex "zzz-failsafe" {^[^ s]+s %botnicks} 100 bMotion_plugin_complex_action_failsafe "en" 
     29bMotion_plugin_add_action_complex "zzz-failsafe" {^(.+?)s %botnicks} 100 bMotion_plugin_complex_action_failsafe "en" 
    3030 
    3131 
     
    3333proc bMotion_plugin_complex_action_failsafe { nick host handle channel text } { 
    3434 
    35   regexp {^([^ s]+)s } $text matches verb 
     35  regexp {^(.+?)s } $text matches verb 
    3636 
    3737  if {$verb == ""} { 
     
    4444 
    4545bMotion_abstract_register "failsafes" 
    46 bMotion_abstract_batchadd "failsafes" [list "%VAR{rarrs}" "%REPEAT{3:7:m} %%" "%VAR{thanks}"] 
     46bMotion_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.