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/action_simple.tcl

    r726 r1084  
    2020 
    2121# now autoload the rest from plugins/action_simple_*.tcl 
    22  
    23 set files [glob -nocomplain "$bMotionPlugins/action_simple_*.tcl"] 
     22set currentlang $bMotionInfo(language) 
     23set files [glob -nocomplain "$bMotionPlugins/$currentlang/action_simple_*.tcl"] 
    2424foreach f $files { 
    2525        set count [llength [array names bMotion_plugins_action_simple]] 
Note: See TracChangeset for help on using the changeset viewer.