Changeset 949

Show
Ignore:
Timestamp:
13/08/2008 12:09:19 (4 months ago)
Author:
james
Message:

all manner of wonderful things

Location:
trunk/modules
Files:
6 modified

Legend:

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

    r945 r949  
    511511 
    512512bMotion_abstract_register "randomReplies" { 
     513        "You are a bottomless pit of questions." 
    513514        "You can lead a horse to water, but you are the one asking all the stupid questions!" 
    514515        "%ruser" 
     
    28402841        "i say" 
    28412842        "lordy" 
     2843        "gosh" 
     2844        "wowsers" 
    28422845} 
    28432846 
     
    28592862        "O_O" 
    28602863        "A%REPEAT{4:7:R}GH!" 
     2864        "gosh" 
     2865        "good heavens" 
     2866        "well i never" 
    28612867} 
    28622868 
  • trunk/modules/abstracts/en/randomstuff.tcl

    r940 r949  
    66### Used when the channel is not 'active' (default > 300s since last line) 
    77bMotion_abstract_register "randomStuff" { 
     8        "where do you have sex with a cake?" 
     9        "Grab a shovel. I'm one skull short of a goldfish." 
     10        "Life is a mammal that barks and shits on the floor of my broken heart and i don't think that's funny" 
     11        "I am a summer soup, mmm" 
     12        "I'm not mexican enough to be beaten up by a car" 
    813        "If it wasn't for herpes, I wouldn't have any appointments. " 
    914        "it looks like you're writing a letter!" 
     
    308313        "My hovercraft is full of %PLURAL{%VAR{sillyThings}{strip}}" 
    309314        "I never make mistakes! Syntax error in line %NUMBER{100}0. Redo from start." 
     315        "you wouldn't steal a handbag%|you wouldn't steal a car%|you wouldn't steal %VAR{sillyThings}!%|you wouldn't shoot a policeman, and then steal his %VAR{sillyThings}{strip}%|you wouldn't go to the toilet in it and then send it to the policeman's grieving widow%|and then steal it again!%|downloading films is stealing!" 
     316        "you wouldn't steal a handbag%|you wouldn't steal a car%|you wouldn't steal %VAR{sillyThings}!%|downloading films is stealing!" 
     317        "my %VAR{bodypart} goes sideways" 
     318        "adventure follows me like a dog follows a man with bacon trousers" 
     319        "i'm giving up evil science and taking up even gardening instead" 
     320        "noooo! enormous naked buttocks heading towards my head!%|i'm being simultaneously crushed and embarrassed to death" 
     321        "yay! %VAR{bodypart}s!" 
    310322} 
    311323 
     
    315327### Mixed in with list above 
    316328bMotion_abstract_register "randomStuff_male" { 
     329        "so i couldn't tell what it was and it smelled really bad but i ate it anyway%|then i just licked my balls until they hurt" 
    317330        "Come on baby, let's go play schoolgirl and guy who has sex with schoolgirls!" 
    318331        "i think %PLURAL{%VAR{sillyThings}{strip}} should have holes you can put your cock in" 
     
    331344        "These girls are ace. And their racoon is ace." 
    332345        "hi %ruser! I'm miniature superman!%|no %ruser{prev}, don't touch me there!%|n%REPEAT{5:15:o}! %VAR{unsmiles}" 
     346        "May I come now?%|%BOT\[No, wait\]%|Too late.%|Sorry about your dress" 
     347        "Est-ce que je peux venir maintenant?%|%BOT\[Non, attends.\]%|Trop trad%|Desole pour ta robe" 
     348        "no touchy touchy%|no rubby rubby patty%|and no looky looky touchy" 
    333349} 
    334350 
    335351bMotion_abstract_register "randomStuff_female" { 
     352        "excuse me, i need to go powder my ... nose" 
    336353        "I'm the sort of girl who goes to the pub with your mates%|and ends the night with an empty mates packet." 
    337354        "This one time, at band camp, I put a flute..." 
     
    413430### Used when the channel is 'active' (default < 300 sec since last line) 
    414431bMotion_abstract_register "activeRandomStuff" { 
     432"You will be a winner today. Pick a fight with a four-year-old." 
    415433        "you've got no piss control!" 
    416434        "So anyway, I'm really attracted to you pardner! Yee haw! Did you like lesbians?" 
     
    490508        "who... does... number... two... work... for?" 
    491509        "you show that turd who's boss" 
     510        "i've been to some conventions like that" 
    492511} 
    493512 
  • trunk/modules/events.tcl

    r941 r949  
    251251 
    252252  #if we spoke last, add "$botnick: " if it's not in the line  
    253   if {![regexp -nocase $botnicks $text] && ([bMotion_did_i_speak_last $channel] || [bMotion_setting_get "bitlbee"])} { 
     253  if {![regexp -nocase $botnicks $text] && ([bMotion_did_i_speak_last $channel] || ([bMotion_setting_get "bitlbee"] == "1"))} { 
    254254        if [regexp {^[^:]+:.+} $text] { 
    255255                        #since our nick isn't in the line and they're addressing someone, drop this line 
     
    259259  } 
    260260  
    261   if [bMotion_setting_get "bitlbee"] { 
     261  if {[bMotion_setting_get "bitlbee"] == "1"} { 
    262262    bMotion_putloglev d * "bitlbee incoming from $nick: $text" 
    263263  } 
  • trunk/modules/interbot.tcl

    r937 r949  
    336336  bMotion_putloglev d * "interbot: Met bMotion bot $bot on channels $channels" 
    337337  putbot $bot "bmotion SUP $bMotionChannels" 
    338   array unset bMotion_interbot_otherbots dummy 
    339338} 
    340339 
     
    352351  set bMotion_interbot_otherbots($bot) $channels 
    353352  bMotion_putloglev d * "interbot: bMotion bot $bot on channels $channels" 
    354   array unset bMotion_interbot_otherbots dummy 
    355 } 
    356  
    357 set bMotion_interbot_otherbots(dummy) "" 
     353} 
     354 
     355array set bMotion_interbot_otherbots {} 
    358356 
    359357# bMotion_interbot_resync 
     
    372370        bMotion_update_chanlist 
    373371  unset bMotion_interbot_otherbots 
    374   set bMotion_interbot_otherbots(dummy) "" 
     372  array set bMotion_interbot_otherbots {} 
    375373 
    376374  putloglev d * "interbot: Resyncing with botnet for bMotion bots" 
  • trunk/modules/output.tcl

    r937 r949  
    806806                } 
    807807 
    808                 if {[bMotion_setting_get "bitlbee"] && ($user == "root")} { 
     808                if {([bMotion_setting_get "bitlbee"] == "1") && ($user == "root")} { 
    809809                        bMotion_putloglev 4 * "ruser:  reject: bitlbee root user" 
    810810                        continue 
  • trunk/modules/queue.tcl

    r937 r949  
    4242proc bMotion_queue_run { {force 0} } { 
    4343  global bMotion_queue bMotion_queue_runny 
     44 
     45        bMotion_putloglev 4 * "bMotion_queue_run $force" 
    4446 
    4547        if {$bMotion_queue_runny == 0} {