Changeset 1078


Ignore:
Timestamp:
06/01/10 11:20:45 (21 months ago)
Author:
znx
Message:

Convert to new style

Location:
trunk/plugins/en
Files:
3 edited

Legend:

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

    r946 r1078  
    8282        "%% is%|er%|dunno %VAR{smiles}" 
    8383        "/shrug" 
    84         "%% == minus %VAR{sillyThings}{strip}" 
     84        "%% == minus %VAR{sillyThings:strip}" 
    8585        "%% = %VAR{colours}" 
    8686        "%% = yo momma" 
  • trunk/plugins/en/complex_joker.tcl

    r1018 r1078  
    4646                "what's %VAR{colours} and invisible?" 
    4747                "what's %VAR{colours} and sticky?" 
    48                 "how many %VAR{sillyThings}{strip}s does it take to change a light bulb?" 
     48                "how many %VAR{sillyThings:strip}s does it take to change a light bulb?" 
    4949                "what do you do if a blonde throws %VAR{sillyThings} at you?" 
    5050                "what noise does a %VAR{animals} with no %VAR{bodypart:plural} make?" 
     
    5959                "use %r" 
    6060                "it was %r" 
    61                 "no %PLURAL{%VAR{sillyThings}{strip}}" 
     61                "no %PLURAL{%VAR{sillyThings:strip}}" 
    6262                "%n" 
    63                 "%NUMBER{10} to hold the %VAR{sillyThings}{strip} and %NUMBER{15} to %VAR{dVerbs} it" 
    64                 "pull the %VAR{sillyThings}{strip} out and throw it back!" 
     63                "%NUMBER{10} to hold the %VAR{sillyThings:strip} and %NUMBER{15} to %VAR{dVerbs} it" 
     64                "pull the %VAR{sillyThings:strip} out and throw it back!" 
    6565                "%VAR{sound2}" 
    6666        } 
  • trunk/plugins/en/complex_want_catch.tcl

    r1029 r1078  
    138138 
    139139bMotion_abstract_register "betters" 
    140 bMotion_abstract_batchadd "betters" [list "mm%REPEAT{1:5:m}, %VAR{sillyThings}{strip}" "%VAR{sillyThings}{strip} > %%" "%% < %VAR{sillyThings}{strip}" "%%++"] 
     140bMotion_abstract_batchadd "betters" [list "mm%REPEAT{1:5:m}, %VAR{sillyThings:strip}" "%VAR{sillyThings:strip} > %%" "%% < %VAR{sillyThings:strip}" "%%++"] 
Note: See TracChangeset for help on using the changeset viewer.