Changeset 284
- Timestamp:
- 09/19/03 11:31:27 (8 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_questions.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_questions.tcl
r280 r284 60 60 ## Want question targetted at me 61 61 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]} { 63 65 bMotion_plugin_complex_question_want $nick $channel $host 64 66 return 1
Note: See TracChangeset
for help on using the changeset viewer.
