Changeset 926

Show
Ignore:
Timestamp:
10/06/2008 06:57:02 (4 months ago)
Author:
james
Message:

updates

Location:
trunk/modules
Files:
2 modified

Legend:

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

    r911 r926  
    66### Used when the channel is not 'active' (default > 300s since last line) 
    77bMotion_abstract_register "randomStuff" { 
     8        "I see it's nearly the end of the channel... but there's just time to squeeze in a round of %VAR{sillyThings}{strip} songbook" 
    89        "i like a dump to be as devastating as it is memorable" 
    910        "what am i doing here?! wait, where are my underpants?" 
     
    300301bMotion_abstract_register "randomStuff_male" { 
    301302        "Come on baby, let's go play schoolgirl and guy who has sex with schoolgirls!" 
     303        "i think %PLURAL{%VAR{sillyThings}{strip}} should have holes you can put your cock in" 
    302304        "Huh? Mmph? LOL! Buffer overrun! *pant*" 
    303305        "Then I call the cops and jack off as the ambulance shows up" 
     
    330332        "It's good to be female isn't it %ruser{female}" 
    331333        "Absurdly top heavy secretary speaking" 
     334        "I got a skirt but I ain't go no knickers" 
    332335} 
    333336 
     
    461464        "now back to Reducto's to enlarge myself!" 
    462465        "%ruser is under some kind of spell. that's why i don't have to cover my mouth fully while i talk" 
    463 } 
     466        "who... does... number... two... work... for?" 
     467        "you show that turd who's boss" 
     468} 
     469 
     470bMotion_abstract_register "activeRandomStuff_female" { 
     471        "ugh. i hope this is part of the unfreezing process" 
     472} 
  • trunk/modules/output.tcl

    r907 r926  
    908908proc bMotion_strip_article { text } { 
    909909        bMotion_putloglev 5 * "bMotion_strip_article ($text)" 
    910         regsub "(an?|the|some) " $text "" text 
     910        regsub "(an?|the|some|his|her|their) " $text "" text 
    911911        return $text 
    912912}