- Timestamp:
- 04/15/08 14:44:03 (9 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/en/output_append.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/output_append.tcl
r853 r901 26 26 } 27 27 } else { 28 if {[string first "/" $line] == 0} { 29 # don't do this for /me type lines 30 return $line 31 } 28 32 set line "%VAR{prepends} $line" 29 33 } … … 47 51 " and you're sitting in it right now" 48 52 " but it's nothing sexual" 53 ". In my pants" 49 54 } 50 55
