Changeset 884 for trunk/bMotion.tcl

Show
Ignore:
Timestamp:
02/13/08 17:42:39 (11 months ago)
Author:
znx
Message:

Starting to get rid of bMotionCache, see #13

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/bMotion.tcl

    r846 r884  
    6666} 
    6767 
     68# needed for variables 
     69if {$bMotion_testing == 1} { 
     70  putlog "... loading plugin settings" 
     71} 
     72source "$bMotionModules/plugins_settings.tcl" 
     73 
    6874# init default variables 
    6975if {$bMotion_testing == 1} { 
     
    175181source "$bMotionModules/mood.tcl" 
    176182 
    177 if {$bMotion_testing == 1} { 
    178   putlog "... loading plugin settings" 
    179 } 
    180 source "$bMotionModules/plugins_settings.tcl" 
    181183 
    182184### That's everything but the plugins stuff loaded. Now load extra modules