Changeset 316 for trunk/plugins/en/complex_trivia.tcl
- Timestamp:
- 09/30/03 18:17:40 (9 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/complex_trivia.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_trivia.tcl
r315 r316 110 110 set answer [string trim $answer] 111 111 if {$answer != [bMotion_plugins_settings_get "trivia" "last" "" ""]} { 112 bMotionDoAction $channel $nick $answer 112 #final parameter of 1 is to skip output plugins (we don't want our answer processed) 113 #putlog "about to call bMotionDoAction" 114 #bMotionDoAction $channel $nick $answer lalala 1 115 bMotionDoAction $channel $nick $answer nothing 1 113 116 putloglev d * "answered trivia with $answer" 114 117 bMotion_plugins_settings_set "trivia" "last" "" "" $answer
Note: See TracChangeset
for help on using the changeset viewer.
