Ignore:
Timestamp:
09/17/03 11:32:02 (9 years ago)
Author:
jamesoff
Message:

accept global +K flag as well as local

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/output.tcl

    r268 r269  
    692692 
    693693    bMotion_putloglev 1 * "bMotion: checking $bot ($handle)" 
    694     if [matchattr [nick2hand $bot $channel] b&K $channel] { 
     694    if {[matchattr $handle bK] || [matchattr $handle b&K $channel]} { 
    695695      if {$conditions != ""} { 
    696696        if [string match -nocase [getuser $handle XTRA gender] $conditions] { 
Note: See TracChangeset for help on using the changeset viewer.