Changeset 284


Ignore:
Timestamp:
09/19/03 11:31:27 (8 years ago)
Author:
jamesoff
Message:

accept "would you like" as a want-question

File:
1 edited

Legend:

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

    r280 r284  
    6060  ## Want question targetted at me 
    6161  if { [regexp -nocase "^$botnicks,?:? do you (need|want) (a|these|this|some|the|those|that)" $text] || 
    62         [regexp -nocase "^do you (want|need) (a|these|this|some|the|those|that) .* $botnicks ?\\?" $text] } { 
     62        [regexp -nocase "^do you (want|need) (a|these|this|some|the|those|that) .* $botnicks ?\\?" $text] || 
     63        [regexp -nocase "^$botnicks,?:? would you like" $text] || 
     64        [regexp -nocase "^would you like .+ $botnicks" $text]} { 
    6365      bMotion_plugin_complex_question_want $nick $channel $host 
    6466      return 1 
Note: See TracChangeset for help on using the changeset viewer.