Ignore:
Timestamp:
02/18/07 09:22:09 (5 years ago)
Author:
james
Message:

new sqlite branch

Location:
branches/sqlite
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/sqlite/modules/system.tcl

    r734 r766  
    803803} 
    804804#>>> 
     805proc bMotion_check_botnicks { } { 
     806        global botnicks, bMotionSettings 
     807 
     808        if {$botnicks == ""} { 
     809                set botnicks "($botnick|$bMotionSettings(botnicks)) ?" 
     810        } 
     811} 
    805812 
    806813bMotion_putloglev d * "bMotion: system module loaded" 
Note: See TracChangeset for help on using the changeset viewer.