Changeset 1027


Ignore:
Timestamp:
08/29/09 05:21:06 (2 years ago)
Author:
james
Message:

fix some broken abstracts as found by the diagnostics

Location:
trunk
Files:
3 edited

Legend:

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

    r1023 r1027  
    3030        "caught fire" 
    3131        "got eaten" 
    32         "turned into %noun" 
     32        "turned into %VAR{sillyThings}" 
    3333        "got discontinued" 
    3434        "ran out" 
     
    4141        "got turned into %VAR{sillyThings}" 
    4242} 
     43bMotion_abstract_add_filter "fellOffs" "%noun" 
    4344 
    4445bMotion_abstract_register "jokeends" { 
     
    175176        "rainbows" 
    176177        "kittens" 
    177         "%noun" 
    178 } 
     178        "%VAR{sillyThings}" 
     179} 
     180bMotion_abstract_add_filter "answerWhats" "%noun" 
    179181 
    180182bMotion_abstract_register "answerWhos" { 
     
    54655467        "r" 
    54665468        "r %VAR{smiles}" 
    5467         "r %VAR{sads}" 
     5469        "r %VAR{unsmiles}" 
    54685470        "r " 
    54695471} 
     5472bMotion_abstract_add_filter "theRs" "sads" 
    54705473 
    54715474source "$bMotionModules/abstracts/en/randomstuff.tcl" 
  • trunk/modules/abstracts/en/randomstuff.tcl

    r1025 r1027  
    425425        "/plays with herself" 
    426426        "That ain't my belly button" 
    427         "This one time, at band camp, I put %noun..." 
     427        "This one time, at band camp, I put %VAR{sillyThings}..." 
    428428        "/considers breast implants%|%BOT\[/feels up %ruser{female} to check¬|true, they aren't as good as %ruser{prev}'s¬|/feels up ¬ruser{prev}'s breasts¬|mmmm ¬VAR{smiles}\]" 
    429429        "/considers sexchange operation%|/looks at %ruser{male}%|Maybe not" 
     
    433433        "hi %ruser! I'm miniature superwoman!%|no %ruser{prev}, don't touch me there!%|n%REPEAT{5:15:o}! %VAR{unsmiles}" 
    434434} 
     435bMotion_abstract_add_filter "randomStuff_female" "%noun" 
    435436 
    436437 
  • trunk/plugins/en/complex_summon.tcl

    r977 r1027  
    6363                                set msg [doInterpolation "%VAR{summon_privmsg_response}" $nick ""] 
    6464                                # replacements (TODO: may not be needed after doInterpolation) 
    65                                 regsub "%chan" $msg $channel msg  
     65                                regsub "%channel" $msg $channel msg  
    6666                                regsub "%%" $msg $nick msg 
    6767                                # notify 
     
    104104bMotion_abstract_register "summon_privmsg_response" 
    105105bMotion_abstract_batchadd "summon_privmsg_response" { 
    106         "FYI: %% was looking for you on %chan" 
    107         "just so you know %% was asking about you on %chan" 
    108         "%% was too lazy to message you from %chan themselves so I had to" 
    109         "life was good until %% started shouting for you on %chan" 
    110         "once upon a time, in a land called %chan, %% was asking about you" 
    111         "Oi! %chan now! %% looking for you!" 
     106        "FYI: %% was looking for you on %channel" 
     107        "just so you know %% was asking about you on %channel" 
     108        "%% was too lazy to message you from %channel themselves so I had to" 
     109        "life was good until %% started shouting for you on %channel" 
     110        "once upon a time, in a land called %channel, %% was asking about you" 
     111        "Oi! %channel now! %% looking for you!" 
    112112} 
     113bMotion_abstract_add_filter "summon_privmsg_response" "%chan(?!nel)" 
    113114 
    114115bMotion_abstract_register "summon_channel_idiot" 
Note: See TracChangeset for help on using the changeset viewer.