Changeset 286
- Timestamp:
- 09/19/03 15:16:42 (8 years ago)
- File:
-
- 1 edited
-
trunk/modules/system.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/system.tcl
r271 r286 165 165 foreach channel $bMotionInfo(randomChannels) { 166 166 if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 167 168 167 bMotionDoAction $channel $awayReason "/is away: %%" 169 168 } … … 184 183 foreach channel $bMotionInfo(randomChannels) { 185 184 if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 186 187 185 bMotionDoAction $channel "" "/is back" 188 186 }
Note: See TracChangeset
for help on using the changeset viewer.
