Changeset 271


Ignore:
Timestamp:
09/17/03 11:59:38 (8 years ago)
Author:
jamesoff
Message:

oops typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/system.tcl

    r235 r271  
    165165  foreach channel $bMotionInfo(randomChannels) { 
    166166    if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 
     167 
    167168      bMotionDoAction $channel $awayReason "/is away: %%" 
    168169    } 
     
    183184  foreach channel $bMotionInfo(randomChannels) { 
    184185    if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 
     186 
    185187      bMotionDoAction $channel "" "/is back" 
    186188    } 
     
    585587 
    586588proc bMotion_get_number { num } { 
     589  return [expr [rand $num] + 1] 
    587590  set hundred "" 
    588591  set ten "" 
Note: See TracChangeset for help on using the changeset viewer.