Changeset 1060
- Timestamp:
- 01/16/10 07:27:42 (2 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_questions.tcl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_questions.tcl
r1015 r1060 37 37 bMotion_putloglev 3 * "it's a sound question" 38 38 bMotionDoAction $channel $nick "%VAR{sound_answer}" 39 return 1 40 } 41 42 if {[regexp -nocase "^$botnicks,?:? what did you do to" $text] || [regexp -nocase "what did you do to .+${botnicks}\\?$" $text]} { 43 bMotion_putloglev 3 * "it's a what did you do question" 44 bMotionDoAction $channel $nick "%VAR{whatdiddos}" 39 45 return 1 40 46 } … … 355 361 bMotion_putloglev 2 * "$nick who question" 356 362 if {$owner == "se"} { 357 set line "% OWNER{%VAR{answerWhos}}"363 set line "%VAR{answerWhos:owner}" 358 364 } else { 359 365 set line "%VAR{answerWhos}" … … 594 600 "not a chance" 595 601 } 602 603 bMotion_abstract_register "whatdiddos" { 604 "i %VAR{sillyVerbs:past} it %VAR{smiles}" 605 "i %VAR{sillyVerbs:past} it %VAR{unsmiles}" 606 }
Note: See TracChangeset
for help on using the changeset viewer.
