Ignore:
Timestamp:
04/21/09 08:56:50 (3 years ago)
Author:
james
Message:

make 10% less annoying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/output_expand.tcl

    r982 r1001  
    1717 
    1818proc bMotion_plugin_output_expand { channel text } { 
    19         if {[rand 100] > 80} { 
     19        if {[rand 100] > 90} { 
    2020                if [regexp -nocase "^\[a-z\]{4,}$" $text] { 
    2121                        set letters [split $text {}] 
Note: See TracChangeset for help on using the changeset viewer.