Changeset 923

Show
Ignore:
Timestamp:
10/06/2008 06:54:56 (3 months ago)
Author:
james
Message:

fix

Files:
1 modified

Legend:

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

    r918 r923  
    3838        } 
    3939 
    40         if [regexp -nocase {([b-df-hj-np-tv-xz]+)([aeiou]{2})([b-df-hj-np-tv-xz]+[.!?]?)} $text matches 1 2 3 4] { 
     40        if [regexp -nocase {([b-df-hj-np-tv-xz]+)(([aeiou])\3)([b-df-hj-np-tv-xz]+[.!?]?)} $text matches 1 2 3 4] { 
    4141                bMotionDoAction $channel $text "$1%REPEAT{2:10:$2}$3$4" 
    4242                return 1