Changeset 271
- Timestamp:
- 09/17/03 11:59:38 (8 years ago)
- File:
-
- 1 edited
-
trunk/modules/system.tcl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/system.tcl
r235 r271 165 165 foreach channel $bMotionInfo(randomChannels) { 166 166 if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 167 167 168 bMotionDoAction $channel $awayReason "/is away: %%" 168 169 } … … 183 184 foreach channel $bMotionInfo(randomChannels) { 184 185 if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 186 185 187 bMotionDoAction $channel "" "/is back" 186 188 } … … 585 587 586 588 proc bMotion_get_number { num } { 589 return [expr [rand $num] + 1] 587 590 set hundred "" 588 591 set ten ""
Note: See TracChangeset
for help on using the changeset viewer.
