Ignore:
Timestamp:
08/28/10 19:46:27 (21 months ago)
Author:
james
Message:

updated stoplist for append plugin
added support for forcing female and male mixing (:malemixin and :femalemixin)
use ultraprefix for some plurals
more fixes in output_english
more stoplist for complex_spoonerism
stoplist for complex_ass
simple_calls plugin
simple_countries plugin
support for how much question types
fixed action_simple loading
a lot of abstract changes

File:
1 edited

Legend:

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

    r1082 r1084  
    7272 
    7373        if [regexp -nocase {([a-z]+)less ([a-z]+)\M} $text matches one two] { 
    74                 if [regexp -nocase "(un|use|b)" $one] { 
     74                if [regexp -nocase {^(un|use|b|regard)$} $one] { 
    7575                        return 0 
    7676                } 
    7777 
    78                 if [regexp -nocase "(one)" $two] { 
     78                if [regexp -nocase {^(one|of|n)$} $two] { 
    7979                        return 0 
    8080                } 
Note: See TracChangeset for help on using the changeset viewer.