Changeset 1061


Ignore:
Timestamp:
01/16/10 08:54:06 (2 years ago)
Author:
james
Message:

fix some abstracts (mainly %ONWER stuff)

Location:
trunk/plugins/en
Files:
5 edited

Legend:

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

    r936 r1061  
    2727bMotion_abstract_register "excuse_people" { 
    2828        "my" 
    29         "%OWNER{%ruser}" 
     29        "%ruser{:owner}" 
    3030        "my landlord's" 
    3131        "the" 
     
    3939        "the President's" 
    4040} 
     41bMotion_abstract_add_filter "excuse_people" "%OWNER" 
    4142 
    4243bMotion_abstract_register "excuse_nouns" { 
  • trunk/plugins/en/complex_invader.tcl

    r936 r1061  
    207207        "%ruser: Debate.. now! OR SUFFER!" 
    208208        "only now can I reveal that, if elected, I will ensure that every student is given a zombie wiener-dog to do their bidding. Can %ruser say that?" 
    209         "the grotesque monster-boy avoids the issues! just what does he plan on doing about the size of %OWNER{%ruser} giant head? If I am elected, %OWNER{%ruser} head will be removed, and filled with salted nuts!" 
     209        "the grotesque monster-boy avoids the issues! just what does he plan on doing about the size of %ruser{:owner} giant head? If I am elected, %ruser{prev:owner} head will be removed, and filled with salted nuts!" 
    210210        "the child shrieks like a fruitbat!" 
    211211        "well, time to work on my next evil plan." 
  • trunk/plugins/en/complex_summon.tcl

    r1027 r1061  
    9393bMotion_abstract_register "summon_channel_response" 
    9494bMotion_abstract_batchadd "summon_channel_response" { 
    95         "/prods at %% with %noun" 
     95        "/prods at %% with %VAR{sillyThings}" 
    9696        "through my awesome powers of telepathy, I shall summon %%!!" 
    9797        "/uses a smoke signal to get %%'s attention" 
     
    101101        "*pager on desk goes off*%|oh, %OWNER{%%} pager%|better let them know we've got it%|!summon %%%|*pager on desk goes off*%|oh %VAR{unsmiles}" 
    102102} 
     103bMotion_abstract_add_filter "summon_channel_response" "%noun" 
    103104 
    104105bMotion_abstract_register "summon_privmsg_response" 
  • trunk/plugins/en/simple_general.tcl

    r994 r1061  
    7070bMotion_plugin_add_simple "nicecar2" {^nice [^ ]+s!?$} 40 [list "wanna show me what they can do?"] "en" 
    7171 
     72bMotion_plugin_add_simple "luggage" {^[0-9 -]$} 40 [list "amazing, that's the same combination as my luggage!"] "en" 
  • trunk/plugins/en/simple_ick.tcl

    r936 r1061  
    8181bMotion_abstract_batchadd "ick_covereds" {  
    8282  "custard" "cooking oil" "motor oil" "baby oil" "cream" "whipped cream" "KY" "strawberry jam" 
    83   "Raspberry yogurt *eg*" "chocolate sauce" "coconut oil" "peanut butter" "dairylea" "%OWNER{%ruser} love juice" 
     83  "Raspberry yogurt *eg*" "chocolate sauce" "coconut oil" "peanut butter" "dairylea" "%ruser{:owner} love juice" 
    8484  "jelly" "assorted food stuffs" "3 week old toffee yogurt" 
    8585} 
     86bMotion_abstract_add_filter "ick_covereds" "%OWNER" 
    8687 
    8788bMotion_abstract_register "ick_locations" 
     
    9394   "under your desk" "at the local Tesco" "over there -->" "in the shower" "behind the bikesheds" 
    9495     "in Essex" "in Wales" "on a hilltop" "at Pontins" "for a porn site" 
    95   "in %OWNER{%ruser} bed" 
     96  "in %ruser{:owner} bed" 
    9697} 
    9798 
Note: See TracChangeset for help on using the changeset viewer.