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/modules/abstracts/en/randomstuff.tcl

    r1082 r1084  
    66### Used when the channel is not 'active' (default > 300s since last line) 
    77bMotion_abstract_register "randomStuff" { 
     8        "i have a MIGHTY NEED to use the %VAR{rooms}" 
    89        "help! my %VAR{bodypart:plural} are escaping!" 
    910        "%REPEAT{7:7:ring }%VAR{fruits} phone" 
     
    260261        "i hope you won't think it \"evil\" of me to ask how you got that stylish headwound" 
    261262        "getting my brain out was the easy part. the hard part was getting my brain out%|muwahahahahaha" 
     263        "getting my %VAR{bodypart} out was the easy part. the hard part was getting my %VAR{bodypart:prev} out%|muwahahahahaha" 
    262264        "they're all like, stop spraying me with ink, %me, stop eating the garbage, %me" 
    263265        "Meanwhile in Universe A, %me A heads towards the Sun%|A." 
     
    302304        "I didn't touch it." 
    303305        "my zipper's stuck %VAR{unsmiles}" 
     306        "my %VAR{clothes}'s stuck %VAR{unsmiles}" 
    304307        "my %VAR{bodypart} is hurting %VAR{unsmiles}" 
    305308        "my %VAR{bodypart} is %VAR{sillyVerbs:presentpart}" 
     
    328331        "How do you make %ruser{enemy} laugh on Friday? A: Tell him a joke on Monday!" 
    329332        "my knees feel lovely %VAR{smiles}" 
     333        "my %VAR{bodypart:plural} feel lovely %VAR{smiles}" 
    330334        "that was a fucking rough game up yours" 
    331335        "very flickable considering its length and bulk" 
     
    346350        "if he's good enough for %ruser, he's good enough for me" 
    347351        "here's a photograph of my fist" 
     352        "here's a photograph of my %VAR{bodypart}" 
    348353        "i've had a fiddle with it but never used it properly" 
    349354        "I often walk about with someone elses dick in my arse                                  " 
     
    354359        "Dodongo dislikes %VAR{sillyThings}" 
    355360        "%ruser needs food, badly! %VAR{unsmiles}" 
    356         "%ruser has shot the food! %VAR{unsmiles}" 
     361        "%ruser needs food, badly! %VAR{unsmiles}%|/gives %ruser{prev} some %VAR{foods}%|/helped." 
     362        "%ruser has shot the food! %VAR{unsmiles}%}%BOT[noooo my %VAR{foods}]" 
    357363        "%ruser has shot the potion! %VAR{unsmiles}" 
    358364        "%ruser now has reflecting shots! %VAR{smiles}" 
     
    397403### Mixed in with list above 
    398404bMotion_abstract_register "randomStuff_male" { 
    399         "I always thought the most sensual part of a woman was the %VAR{bodypart:revmixin}" 
     405        "I always thought the most sensual part of a woman was the %VAR{bodypart:female_mixin}%|mmm... %ruser{female}%VAR{bodypart:prev,plural}" 
    400406        "Looks like the squirrel's been showing everyone where he keeps his nuts." 
    401407        "You wanna see some stuff I'm not supposed to show anyone?" 
     
    430436 
    431437bMotion_abstract_register "randomStuff_female" { 
     438        "I always thought the most sensual part of a man was the %VAR{bodypart:male_mixin}%|mmm... %ruser{male}%VAR{bodypart:prev,plural}" 
    432439        "i'm so fat i broke %NUMBER{100} toilets %VAR{unsmiles}" 
    433440        "i'm so fat i broke %NUMBER{100} toilets %VAR{unsmiles}%|%BOT[at once]" 
     
    612619        "i don't know what you're talking about" 
    613620        "do we have any solaris 9 boxes with solaris 9 on?" 
    614         "that's not chocolate anyway %ruser{enemy}" 
     621        "that's not a %VAR{fruits} anyway %ruser{enemy}" 
    615622        "Yeah, I was up that" 
    616623        "yeah, keep it open until I'm sure" 
     
    620627        "didn't you just pump it out on the ground" 
    621628        "er, not that far in, would be really painful at this time of night" 
     629        "er, not that far in, would be really painful at this time of %daytime" 
    622630        "shouldn't be a problem unless you keep re-using the same tissue" 
     631        "shouldn't be a problem unless you keep re-using the same %VAR{sillyThings:strip}" 
    623632        "push the stinky dribbling fuck into the sea            " 
    624633        "mount them so you can alter their thrust                                                                               " 
     
    633642        "and now what?" 
    634643        "but is it art?" 
    635         "why don't i just jump out of a plane with a piano glued to my face" 
     644        "why don't i just jump out of a plane with a %VAR{musicalinstruments} glued to my face" 
    636645        "i want mine with sprinkles" 
    637646        "now back to Reducto's to enlarge myself!" 
    638647        "%ruser is under some kind of spell. that's why i don't have to cover my mouth fully while i talk" 
    639648        "who... does... number... two... work... for?" 
     649        "who... does... number... %NUMBER{50}... work... for?" 
    640650        "you show that turd who's boss" 
    641651        "i've been to some conventions like that" 
     
    652662        "I'll take the case!" 
    653663        "That means in the future I'm going to have sex! With a woman!" 
     664        "That means in the future I'm going to have sex! With %VAR{sillyThings}!" 
    654665        "Oooh that's hot! Say it again!" 
    655666} 
Note: See TracChangeset for help on using the changeset viewer.