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

    r1054 r1082  
    66### Used when the channel is not 'active' (default > 300s since last line) 
    77bMotion_abstract_register "randomStuff" { 
     8        "help! my %VAR{bodypart:plural} are escaping!" 
     9        "%REPEAT{7:7:ring }%VAR{fruits} phone" 
     10        "/puts the %VAR{sillyThings:strip,triplet} in %VAR{sillyThings:prevtriplet}" 
     11        "Putting the %VAR{sillyThings:strip,triplet} in %VAR{sillyThings:prevtriplet} since 1%NUMBER{9}%NUMBER{99}" 
     12        "Achievement unlocked: %VAR{sillyVerbs:past} %VAR{sillyThings}! (%NUMBER{5}0G)" 
    813        "%VAR{adjective} %VAR{sillyThings:strip} is %VAR{adjective:prev}" 
    914        "%VAR{nice_adjective} %VAR{sillyThings:strip} is %VAR{nice_adjective:prev}" 
     
    425430 
    426431bMotion_abstract_register "randomStuff_female" { 
     432        "i'm so fat i broke %NUMBER{100} toilets %VAR{unsmiles}" 
     433        "i'm so fat i broke %NUMBER{100} toilets %VAR{unsmiles}%|%BOT[at once]" 
     434        "someone help me, i have lost my shirt and am terribly horny!" 
     435        "someone help me, i have lost my %VAR{clothes} and am terribly horny!" 
     436        "oils her %VAR{bodypart}" 
     437        "i often walk about with someone else's dick betwixt mine silken buttocks" 
    427438        "most men are imtimidated by the fact that i can kill them with a flick of my %VAR{bodypart}" 
    428439        "excuse me, i need to go powder my ... nose" 
     
    528539### Used when the channel is 'active' (default < 300 sec since last line) 
    529540bMotion_abstract_register "activeRandomStuff" { 
     541        "%ruser really puts the %VAR{sillyThings:strip,triplet} in %VAR{sillyThings:prevtriplet}!" 
     542        "and in the game" 
     543        "and now I shall part your %VAR{bodypart:bothmixin}" 
     544        "looks like i picked the wrong week to quit smoking" 
     545        "looks like i picked the wrong week to quit amphetamines" 
     546        "looks like i picked the wrong week to quit sniffing glue" 
    530547        "Mr %ruser{male}... are those your UNDERPANTS?!" 
    531548        "try to stay with the crowd so noone notices how crummy you look" 
Note: See TracChangeset for help on using the changeset viewer.