Changeset 992


Ignore:
Timestamp:
02/11/09 19:11:50 (3 years ago)
Author:
james
Message:

moo

File:
1 edited

Legend:

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

    r990 r992  
    1515 
    1616proc bMotion_plugin_output_append { channel line } { 
    17         if {([string length $line] > 10) && ([rand 100] > 75)} { 
     17        if {([string length $line] > 10) && ([rand 100] > 90)} { 
    1818                set line [string trim $line] 
    1919                # make sure the line ends with a letter (other than D) 
     
    2525                        } 
    2626                } else { 
    27                         if {[string first "/" $line] == 0} { 
    28                                 # don't do this for /me type lines 
     27                        if {![regexp {^[:;=/]} $line} { 
     28                                # don't do this for /me type lines and smilies 
    2929                                return $line 
    3030                        } 
     
    5353        ". you poof!" 
    5454        "%space\[citation needed\]" 
     55        "%spacebut that's just one bot's opinion" 
     56        "%spacebut what would I know" 
     57        ", i think" 
     58        "%spaceor something totally different perhaps" 
    5559} 
    5660bMotion_abstract_add_filter "appendslist" "^ " 
     
    7478  "well," 
    7579  "so, like," 
     80        "r" 
    7681} 
    7782 
Note: See TracChangeset for help on using the changeset viewer.