Changeset 923
- Timestamp:
- 10/06/2008 06:54:56 (3 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/en/complex_spoonerism.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/complex_spoonerism.tcl
r918 r923 38 38 } 39 39 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] { 41 41 bMotionDoAction $channel $text "$1%REPEAT{2:10:$2}$3$4" 42 42 return 1
