Changeset 1018


Ignore:
Timestamp:
08/19/09 08:42:59 (2 years ago)
Author:
james
Message:

new joke format
new abstracts

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstracts/en/abstracts.tcl

    r1016 r1018  
    806806 
    807807bMotion_abstract_register "bodypart" { 
     808        "lip" 
     809        "mouth flaps" 
    808810        "eyelash" 
    809811        "toe" 
     
    11481150 
    11491151bMotion_abstract_register "ranjoins" { 
     1152        "are you here to fumigate the moose head?" 
     1153        "are you here to fumigate the moose %VAR{bodypart}?" 
    11501154        "hey %%" 
    11511155        "hi %%" 
     
    54415445} 
    54425446 
     5447bMotion_abstract_register "animals" { 
     5448        "cow" 
     5449        "goat" 
     5450        "sheep" 
     5451        "giraffe" 
     5452        "cat" 
     5453        "dog" 
     5454        "mouse" 
     5455        "rat" 
     5456        "goose" 
     5457        "elephant" 
     5458        "anteater" 
     5459        "panther" 
     5460        "pig" 
     5461} 
     5462 
     5463 
    54435464source "$bMotionModules/abstracts/en/randomstuff.tcl" 
    54445465 
  • trunk/modules/abstracts/en/randomstuff.tcl

    r1016 r1018  
    66### Used when the channel is not 'active' (default > 300s since last line) 
    77bMotion_abstract_register "randomStuff" { 
     8        "eww! i touched my own %VAR{bodypart}!" 
     9        "MASSIVE CORN CLOG IN PORT %NUMBER{10}" 
     10        "/gives %ruser{friend} %VAR{sillyThings}%|THIS ORIGINATES FROM THE HEART" 
     11        "I'm going to drink until I reboot!" 
     12        "This is outrageous! I was going to eat that %VAR{sillyThings:strip}! %ruser{enemy} has got to go!" 
     13        "%VAR{sillyThings:strip}, %VAR{sillyThings:strip} and %VAR{sillyThings:strip} are trademarks of %channel Corp." 
     14        "which of the following would you most prefer? a) a puppy, b) a pretty flower from your sweetie, c) a large properly-formatted data file?%|%BOT[CHOOSE]" 
     15        "which of the following would you most prefer? a) %VAR{sillyThings}, b) a pretty %VAR{sillyThings:strip} from your sweetie, c) a large properly-formatted data file?%|%BOT[CHOOSE]" 
    816        "she took... all those horses..." 
    9         "princess, i'm certain we could fit one more house in your-- in-- in yo-- ....%|Deleting all animes..." 
     17        "princess, i'm certain we could fit one more horse in your-- in-- in yo-- ....%|Deleting all animes..." 
    1018        "DELETING ALL %VAR{sillyThings:strip,plural,caps}" 
    1119        "how do i %VAR{sillyVerbs:past} %VAR{sillyThings:strip}" 
     
    505513### Used when the channel is 'active' (default < 300 sec since last line) 
    506514bMotion_abstract_register "activeRandomStuff" { 
     515        "Mr %ruser{male}... are those your UNDERPANTS?!" 
     516        "try to stay with the crowd so noone notices how crummy you look" 
    507517        "much like your mother" 
    508518        "unlike your mother" 
     
    598608        "you show that turd who's boss" 
    599609        "i've been to some conventions like that" 
     610        "that sure is one platonic view" 
     611        "uh huh, uh huh... that's whatever you were talking about for you" 
    600612} 
    601613 
  • trunk/plugins/en/complex_joker.tcl

    r936 r1018  
    4848                "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?" 
     50                "what noise does a %VAR{animals} with no %VAR{bodypart:plural} make?" 
    5051        } 
    5152 
     
    6263                "%NUMBER{10} to hold the %VAR{sillyThings}{strip} and %NUMBER{15} to %VAR{dVerbs} it" 
    6364                "pull the %VAR{sillyThings}{strip} out and throw it back!" 
     65                "%VAR{sound2}" 
    6466        } 
    6567 
Note: See TracChangeset for help on using the changeset viewer.