Changeset 1006 for trunk/modules/system.tcl
- Timestamp:
- 05/05/09 18:20:22 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/system.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/system.tcl
r1004 r1006 173 173 if {[bMotion_setting_get "bitlbee"]} { 174 174 #never go away in bitlbee 175 bMotion_putloglev "going away is disabled in bitlbee mode"175 bMotion_putloglev d * "going away is disabled in bitlbee mode" 176 176 return 0 177 177 } … … 179 179 #override if we should never go away 180 180 if {[bMotion_setting_get "useAway"] != 1} { 181 bMotion_putloglev "going away is disabled"181 bMotion_putloglev d * "going away is disabled" 182 182 return 0 183 183 }
Note: See TracChangeset
for help on using the changeset viewer.
