Ignore:
Timestamp:
02/10/09 15:34:10 (3 years ago)
Author:
james
Message:

more appendages

File:
1 edited

Legend:

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

    r961 r990  
    1515 
    1616proc bMotion_plugin_output_append { channel line } { 
    17         if {([string length $line] > 10) && ([rand 100] > 98)} { 
     17        if {([string length $line] > 10) && ([rand 100] > 75)} { 
    1818                set line [string trim $line] 
    1919                # make sure the line ends with a letter (other than D) 
     
    4848        ", in accordance with the prophecy" 
    4949        ", in accordance with my master's thesis on the Legend of Zelda" 
    50         " and you're sitting in it right now" 
    51         " but it's nothing sexual" 
     50        "%spaceand you're sitting in it right now" 
     51        "%spacebut it's nothing sexual" 
    5252        ". In my pants" 
    5353        ". you poof!" 
     54        "%space\[citation needed\]" 
    5455} 
     56bMotion_abstract_add_filter "appendslist" "^ " 
    5557 
    5658bMotion_abstract_register "narfs" { 
Note: See TracChangeset for help on using the changeset viewer.