Changeset 286


Ignore:
Timestamp:
09/19/03 15:16:42 (8 years ago)
Author:
jamesoff
Message:

fixed line spacing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/system.tcl

    r271 r286  
    165165  foreach channel $bMotionInfo(randomChannels) { 
    166166    if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 
    167  
    168167      bMotionDoAction $channel $awayReason "/is away: %%" 
    169168    } 
     
    184183  foreach channel $bMotionInfo(randomChannels) { 
    185184    if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 
    186  
    187185      bMotionDoAction $channel "" "/is back" 
    188186    } 
Note: See TracChangeset for help on using the changeset viewer.