Changeset 651 for trunk/modules/plugins_settings.tcl
- Timestamp:
- 11/27/05 07:40:15 (3 years ago)
- Location:
- trunk/modules
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
plugins_settings.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules
- Property svn:ignore
-
old new 1 settings_*.tcl 1 2 settings.tcl
-
- Property svn:ignore
-
trunk/modules/plugins_settings.tcl
r2 r651 41 41 } 42 42 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 43 48 if {$plugin == "dummy"} { 44 49 return "" … … 64 69 } 65 70 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 66 76 if {$plugin == "dummy"} { 67 77 return ""
