Show
Ignore:
Timestamp:
11/27/05 07:40:15 (3 years ago)
Author:
james
Message:

Stop using bMotionCache so much (ticket #4)
Bump VERSION for svn
Try to ignore local settings and facts
Make settings case-insensitive

Location:
trunk/modules
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules

    • Property svn:ignore
      •  

        old new  
         1settings_*.tcl 
        12settings.tcl 
  • trunk/modules/plugins_settings.tcl

    r2 r651  
    4141  } 
    4242 
     43  set nick [string tolower $nick] 
     44  set channel [string tolower $channel] 
     45  set setting [string tolower $setting] 
     46  set plugin [string tolower $plugin] 
     47 
    4348  if {$plugin == "dummy"} { 
    4449    return "" 
     
    6469  } 
    6570 
     71        set nick [string tolower $nick] 
     72        set channel [string tolower $channel] 
     73        set setting [string tolower $setting] 
     74        set plugin [string tolower $plugin] 
     75 
    6676  if {$plugin == "dummy"} { 
    6777    return ""