Ignore:
Timestamp:
03/17/10 23:31:22 (2 years ago)
Author:
james
Message:

Clear the ruser_skip setting after processing output (to make sure)
Use ruser_skip when we're being shown something

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/output.tcl

    r1073 r1074  
    282282        } 
    283283 
     284        # clear this in case a plugin ended up not using it in an abstract 
     285        bMotion_plugins_settings_set "system" "ruser_skip" $channel "" 
     286 
    284287        #make sure the line wasn't set to blank by a plugin (may be trying to block output) 
    285288        set line [string trim $text] 
Note: See TracChangeset for help on using the changeset viewer.