Changeset 1093


Ignore:
Timestamp:
10/31/10 16:41:24 (19 months ago)
Author:
james
Message:

fix things

File:
1 edited

Legend:

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

    r1084 r1093  
    2525                # on the end of a line with a smiley 
    2626                if [rand 2] { 
     27                        bMotion_putloglev 2 * "output_append: appending" 
    2728                        if [regexp -nocase {[a-ce-z]$} $line] { 
    2829                                append line "%VAR{appends}" 
     
    3132                        } 
    3233                } else { 
    33                         if {![regexp {^[:;=/]} $line]} { 
     34                        bMotion_putloglev 2 * "output_append: prepending" 
     35                        if {[regexp {[:;=/]} $line]} { 
    3436                                # don't do this for /me type lines and smilies 
    3537                                return $line 
Note: See TracChangeset for help on using the changeset viewer.