Ignore:
Timestamp:
09/30/03 18:17:40 (9 years ago)
Author:
jamesoff
Message:

skip output plugins for trivia

File:
1 edited

Legend:

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

    r315 r316  
    110110    set answer [string trim $answer] 
    111111    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 
    113116      putloglev d * "answered trivia with $answer" 
    114117      bMotion_plugins_settings_set "trivia" "last" "" "" $answer 
Note: See TracChangeset for help on using the changeset viewer.