Ignore:
Timestamp:
08/26/10 11:32:47 (21 months ago)
Author:
james
Message:

reduced lolcats chance
added output to "and then"
trigger fixes for r, luggage combination and look robot
fix priority on typos plugin
new "triplet" macro filter which gets a const-vowel-const triplet from the word
new "pretriplet" macro filter to use with "triplet"
fixed output_append to actually fire
make "cool" a stopwor for spoonerism
more grammar nazism
fix broken output being sent to IRC
adjust lower friendship limit slightly
many updates to abstracts
fix queue not adding last output to cache
guard code in interbot

File:
1 edited

Legend:

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

    r1077 r1082  
    647647bMotion_abstract_register "randomReplies" { 
    648648        "You are a bottomless pit of questions." 
     649        "fuck your riddles, you gigantic mystic arsehole!" 
    649650        "You can lead a horse to water, but you are the one asking all the stupid questions!" 
    650651        "%ruser" 
     
    10161017        "wab" 
    10171018        "nipple" 
     1019        "labia" 
    10181020} 
    10191021 
     
    31223124        "well slap my ass and call me susan" 
    31233125        "well slap my ass and call me %me" 
     3126        "well slap my %VAR{bodypart} and call me %me" 
    31243127        "well blow me down" 
    31253128        "well i'll be a monkey's uncle" 
     
    31283131        "%VAR{hermes}" 
    31293132        "%VAR{ulysses}" 
     3133        "shocking" 
     3134        "wtf" 
    31303135} 
    31313136 
     
    31983203        "removing my enemies from the timeline" 
    31993204        "trimming my toenails" 
     3205        "intimate time with my %VAR{fruits}" 
    32003206} 
    32013207 
     
    33323338        "grape" 
    33333339        "banana" 
     3340        "pear" 
     3341        "apricot" 
     3342        "cherry" 
     3343        "peach" 
     3344        "plum" 
     3345        "blackberry" 
     3346        "raspberry" 
     3347        "blueberry" 
     3348        "cranberry" 
     3349        "gooseberry" 
     3350        "grapefruit" 
     3351        "lemon" 
     3352        "lime" 
     3353        "orange" 
     3354        "tangerine" 
     3355        "avocado" 
     3356        "lychee" 
     3357        "passion fruit" 
     3358        "strawberry" 
     3359        "coconut" 
     3360        "kiwi" 
    33343361} 
    33353362 
     
    35253552        "%SETTING{complex:attacks:who:_:_} is immune to '%SETTING{complex:attacks:item:_:_}'" 
    35263553        "%SETTING{complex:attacks:who:_:_} absorbs the damage and gains %SETTING{complex:attacks:score:_:_} HP!" 
     3554        "%SETTING{complex:attacks:who:_:_} casts a Spell of %VAR{sillyThings:strip} and takes only %SETTING{complex:attacks:score:_:_} damage!" 
    35273555} 
    35283556 
     
    35823610        "\[%%\] I love %ruser%|%VAR{wrong_infoline}" 
    35833611        "\[%%\] Just call me %VAR{sillyThings}%|%VAR{wrong_infoline}" 
    3584         "%ruser: what do you mean you put it in a melon?" 
     3612        "%ruser: what do you mean you put it in a %VAR{fruits}?" 
    35853613} 
    35863614 
     
    45374565        "a plague of locusts" 
    45384566        "breezes" 
     4567        "a hurricane" 
     4568        "a tornado" 
    45394569} 
    45404570 
    45414571bMotion_abstract_register "compass" { 
    45424572        "north" 
     4573        "northwest" 
     4574        "northeast" 
     4575        "southwest" 
     4576        "southeast" 
    45434577        "south" 
    45444578        "east" 
     
    45904624        "good %daytime" 
    45914625        "%daytime" 
     4626        "%daytime all" 
     4627        "/powers up" 
     4628        "/fails to resume from hibernated state and reboots" 
     4629        "/boots" 
    45924630        "r" 
    45934631        "mmm toast" 
     4632        "mmm breakfast" 
    45944633        "/eats breakfast" 
    45954634        "/awakens from a nightmare about %VAR{nightmare}" 
     
    46624701        "Operation Undercover" 
    46634702        "The Secret Assignment" 
     4703        "The Heat Thickens" 
    46644704} 
    46654705 
     
    48984938        "shorts" 
    48994939        "jacket" 
     4940} 
     4941 
     4942bMotion_abstract_register "clothes_female" { 
     4943        "knickers" 
     4944        "tights" 
     4945        "stockings" 
     4946        "bra" 
     4947        "skirt" 
     4948        "thong" 
     4949} 
     4950 
     4951bMotion_abstract_register "clothes_male" { 
     4952        "Y-fronts" 
     4953        "braces" 
     4954        "top hat" 
     4955        "cummerbund" 
     4956        "bowtie" 
     4957        "tie" 
    49004958} 
    49014959 
     
    56165674        "panther" 
    56175675        "pig" 
     5676        "bear" 
     5677        "zebra" 
     5678        "horse" 
    56185679} 
    56195680 
Note: See TracChangeset for help on using the changeset viewer.