Changeset 1012


Ignore:
Timestamp:
06/23/09 07:27:33 (3 years ago)
Author:
james
Message:

fix broken regexp revealed by the strict botnicks stuff

File:
1 edited

Legend:

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

    r936 r1012  
    2828  if { [regexp -nocase "^$botnicks,?:? how( a|')?re (you|ya)( today|now)?\\??$" $text] || 
    2929       [regexp -nocase "^how( a|')?re (you|ya).*$botnicks ?\\?" $text] || 
    30        [regexp -nocase "${botnicks}?:? ?(how('?s|z) it going|hoe gaat het|what'?s up|'?sup|how are you),?( ${botnicks})?\\?" $text]} { 
     30       [regexp -nocase "${botnicks},?:? ?(how('?s|z) it going|hoe gaat het|what'?s up|'?sup|how are you),?( ${botnicks})?\\?" $text]} { 
    3131      bMotion_question_wellbeing $nick $channel $host 
    3232      return 1 
Note: See TracChangeset for help on using the changeset viewer.