Ignore:
Timestamp:
06/19/09 13:53:40 (3 years ago)
Author:
james
Message:

add "botnicks_strict" setting to wrap end-of-word markers around botnicks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/system.tcl

    r1006 r1009  
    951951        if {$botnicks == ""} { 
    952952                set botnicks "($botnick|$bMotionSettings(botnicks)) ?" 
     953                if {[bMotion_setting_get "botnicks_strict"] == 1} { 
     954                        set botnicks "\\m$botnicks\\M" 
     955                } 
    953956        } 
    954957} 
Note: See TracChangeset for help on using the changeset viewer.