Changeset 990 for trunk/plugins/en/output_append.tcl
- Timestamp:
- 02/10/09 15:34:10 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_append.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_append.tcl
r961 r990 15 15 16 16 proc bMotion_plugin_output_append { channel line } { 17 if {([string length $line] > 10) && ([rand 100] > 98)} {17 if {([string length $line] > 10) && ([rand 100] > 75)} { 18 18 set line [string trim $line] 19 19 # make sure the line ends with a letter (other than D) … … 48 48 ", in accordance with the prophecy" 49 49 ", 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" 52 52 ". In my pants" 53 53 ". you poof!" 54 "%space\[citation needed\]" 54 55 } 56 bMotion_abstract_add_filter "appendslist" "^ " 55 57 56 58 bMotion_abstract_register "narfs" {
Note: See TracChangeset
for help on using the changeset viewer.
