Changeset 1119


Ignore:
Timestamp:
08/25/11 08:23:32 (9 months ago)
Author:
james
Message:

Fix from HellSpawn? for else/if formatting

File:
1 edited

Legend:

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

    r1110 r1119  
    3535                                if [regexp -nocase "straight" $bMotionInfo(orientation)] { 
    3636                                        bMotionDoAction $channel "$1$2" "%VAR{xhery}" "$4$5" 
    37                                 } else if [regexp -nocase "(bi|queer)" $bMotionInfo(orientation)] { 
     37                                } elseif [regexp -nocase "(bi|queer)" $bMotionInfo(orientation)] { 
    3838                                        bMotionDoAction $channel "$1$2" "%VAR{xhery_bi}" "$4$5" 
    39                                 } else if [regexp -nocase "(gay|lesbian|homo)" $bMotionInfo(orientation)] { 
     39                                } elseif [regexp -nocase "(gay|lesbian|homo)" $bMotionInfo(orientation)] { 
    4040                                        bMotionDoAction $channel "$1$2" "%VAR{xhery_gay}" "$4$5" 
    4141                                } else { 
Note: See TracChangeset for help on using the changeset viewer.