Changeset 992
- Timestamp:
- 02/11/09 19:11:50 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_append.tcl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_append.tcl
r990 r992 15 15 16 16 proc bMotion_plugin_output_append { channel line } { 17 if {([string length $line] > 10) && ([rand 100] > 75)} {17 if {([string length $line] > 10) && ([rand 100] > 90)} { 18 18 set line [string trim $line] 19 19 # make sure the line ends with a letter (other than D) … … 25 25 } 26 26 } 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 29 29 return $line 30 30 } … … 53 53 ". you poof!" 54 54 "%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" 55 59 } 56 60 bMotion_abstract_add_filter "appendslist" "^ " … … 74 78 "well," 75 79 "so, like," 80 "r" 76 81 } 77 82
Note: See TracChangeset
for help on using the changeset viewer.
