Changeset 310
- Timestamp:
- 09/29/03 09:51:44 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
modules/extra/question.tcl (added)
-
plugins/en/complex_questions.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r258 r310 6 6 - = removed 7 7 8 * Kevin moved the handling of jms' (real) wellbeing code into an extra module, and referenced it from complex question 8 9 * James fixed spelling error in name of onjoin plugin 9 10 * James fixed onjoin plugin to use new abstracts system -
trunk/plugins/en/complex_questions.tcl
r284 r310 36 36 ## wellbeing question targeted at me 37 37 if { [regexp -nocase "^$botnicks,?:? how( a|')?re (you|ya)" $text] || 38 [regexp -nocase "^how( a|')?re (you|ya).*$botnicks ?\\?" $text] } { 39 bMotion_plugin_complex_question_wellbeing $nick $channel $host 40 return 1 41 } 42 38 [regexp -nocase "^how( a|')?re (you|ya).*$botnicks ?\\?" $text] || 39 [regexp -nocase "${botnicks}?:? ?(how('?s|z) it going|hoe gaat het|what'?s up|'?sup|how are you),?( ${botnicks})?\\?" $text]} { 40 bMotion_question_wellbeing $nick $channel $host 41 return 1 42 } 43 44 43 45 bMotion_putloglev 3 * "Checking question for 'with/at/against'" 44 46 ## With/at/against who question targeted at me … … 191 193 } 192 194 193 proc bMotion_plugin_complex_question_wellbeing { nick channel host } {194 bMotion_putloglev 2 * "$nick wellbeing question"195 bMotionDoAction $channel [bMotionGetRealName $nick $host] "%VAR{answerWellbeing}"196 return 1197 }198 199 195 proc bMotion_plugin_complex_question_with { nick channel host prop } { 200 196 bMotion_putloglev 2 * "$nick with question"
Note: See TracChangeset
for help on using the changeset viewer.
