Changeset 1093
- Timestamp:
- 10/31/10 16:41:24 (19 months ago)
- File:
-
- 1 edited
-
trunk/plugins/en/output_append.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_append.tcl
r1084 r1093 25 25 # on the end of a line with a smiley 26 26 if [rand 2] { 27 bMotion_putloglev 2 * "output_append: appending" 27 28 if [regexp -nocase {[a-ce-z]$} $line] { 28 29 append line "%VAR{appends}" … … 31 32 } 32 33 } else { 33 if {![regexp {^[:;=/]} $line]} { 34 bMotion_putloglev 2 * "output_append: prepending" 35 if {[regexp {[:;=/]} $line]} { 34 36 # don't do this for /me type lines and smilies 35 37 return $line
Note: See TracChangeset
for help on using the changeset viewer.
