Changeset 1135


Ignore:
Timestamp:
01/26/12 14:15:21 (4 months ago)
Author:
james
Message:

fix narfs append, hopefully
fix failure case of nazi 3 plugin
content additions and fixes

Location:
trunk
Files:
5 edited

Legend:

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

    r1132 r1135  
    8585        "bah" 
    8686        "/goes to find someone more interesting to talk to" 
    87         "%SMILE{sad}" 
     87        "%SMILEY{sad}" 
    8888        "fine" 
    8989        "/stamps foot%|*sulk*" 
     
    137137 
    138138bMotion_abstract_register "satOns" { 
    139         "hey ow %SMILE{sad}" 
     139        "hey ow %SMILEY{sad}" 
    140140        "heeeyyy :O" 
    141141        "bah" 
     
    889889        "*CRUMP*" 
    890890        "/flattens %%" 
    891         "hey %SMILE{sad}" 
     891        "hey %SMILEY{sad}" 
    892892        "oi" 
    893893        "/sails through the air towards %%" 
    894         "loookkk ooouuuttt beellooww!%|*CRUMP*%|ow %SMILE{sad}" 
     894        "loookkk ooouuuttt beellooww!%|*CRUMP*%|ow %SMILEY{sad}" 
    895895        "/flies through the air with the greatest of ease" 
    896896        "/does a triple inverted twist somersault and lands neatly next to %%" 
     
    918918        "%VAR{oops}" 
    919919        "%VAR{oops}, %%" 
    920         "%colen" 
    921920        "ffs" 
    922921        "grrr %%" 
     
    926925} 
    927926bMotion_abstract_add_filter "typoFix" "SETTING" 
     927 
     928# %colen doesn't work when in typoFix mode, for now 
     929bMotion_abstract_add_filter "typoFix" "%colen" 
    928930 
    929931bMotion_abstract_register "blehs" { 
     
    11051107 
    11061108bMotion_abstract_register "stolens" { 
    1107         "Hey NO %SMILE{sad}%|That's mine%|/sulks at %%" 
    1108         "heeeeyyyy%|%SMILE{sad}" 
     1109        "Hey NO %SMILEY{sad}%|That's mine%|/sulks at %%" 
     1110        "heeeeyyyy%|%SMILEY{sad}" 
    11091111        "bah%|/steals it back" 
    11101112        "/smacks %%" 
     
    31163118        "/falls over%|%bot\[50,¬VAR{picksUp}\]" 
    31173119        "/is blown away by force of %%'s statement%|%bot\[50,¬VAR{picksUp}\]" 
    3118         "ow my eyes %SMILE{sad}" 
     3120        "ow my eyes %SMILEY{sad}" 
    31193121        "/blinks" 
    31203122        ":O" 
     
    33693371        "/vanishes from the continuum" 
    33703372        "/ceases to have ever existed" 
    3371         "hey! %SMILE{sad}" 
     3373        "hey! %SMILEY{sad}" 
    33723374        "/dodges%|/hits d+1 and does Chinese Fan on %%" 
    33733375} 
     
    37853787        "always %VAR{rarrs}" 
    37863788        "i do%|despite having no %VAR{bodypart}" 
    3787         "i did till my %VAR{bodypart} %VAR{fellOffs} %SMILE{bigsad}" 
     3789        "i did till my %VAR{bodypart} %VAR{fellOffs} %SMILEY{bigsad}" 
    37883790        "does it mean i get pie?" 
    37893791        "yahyahayayahayahahayh%colen" 
     
    38283830        "love to%|%VAR{randomZimness}" 
    38293831        "only if %ruser can watch" 
    3830         "if i had any arms i would%|%SMILE{sad}" 
     3832        "if i had any arms i would%|%SMILEY{sad}" 
    38313833        "if my %VAR{bodypart} would stop %VAR{dVerbs}ing" 
    38323834} 
  • trunk/modules/output.tcl

    r1132 r1135  
    153153                                bMotion_putloglev 2 * "macro: found macro $macro at $current_pos" 
    154154                                set plugin [bMotion_plugin_find_output "en" "" 0 10 $macro] 
     155                                if {[llength $plugin] == 0} { 
     156                                        # oh no 
     157                                        bMotion_putloglev d * "macro: didn't get any plugins for $macro" 
     158                                } 
     159 
    155160                                if {[llength $plugin] == 1} { 
    156161                                # call plugin 
     
    281286                        } 
    282287                } 
     288        } else { 
     289                bMotion_putloglev 1 * "skipped plugin processing on $text due to noTypo being set" 
    283290        } 
    284291 
  • trunk/plugins/en/complex_nazi.tcl

    r1082 r1135  
    4444 
    4545        if [regexp -nocase "\\mme and (\[a-z\]+)( \[a-z\]+)?" $text matches other verb] { 
     46                if {($other == "I") || ($other == "i")} { 
     47                        return 0 
     48                } 
     49 
    4650                if {$verb == ""} { 
    4751                        if {![bMotion_interbot_me_next $channel]} { 
  • trunk/plugins/en/complex_scrap.tcl

    r1108 r1135  
    140140  "very bad" 
    141141  "terrible" 
    142  
    143142  "average" 
    144143  "amateur" 
     
    148147  "normal" 
    149148  "fair" 
    150  
    151149  "master crafted" 
    152150  "perfect" 
     
    216214  "fully automatic" 
    217215  "semi automatic" 
     216        "gritty" 
    218217} 
    219218bMotion_abstract_add_filter "scrap_adjectives" "mamoth" 
     
    418417  "voluptuous" 
    419418  "bound" 
    420  
    421419  "minging" 
    422420  "doggish" 
     
    539537        "blowjob" 
    540538        "gentials" 
     539        "fart" 
    541540        "dick" 
    542541} 
  • trunk/plugins/en/output_append.tcl

    r1112 r1135  
    9797# actually, this might not be needed, but just in case :) 
    9898bMotion_abstract_add_filter "preciouses" {^[^ ]} 
    99 bMotion_abstract_add_filter "narfs" {^[^ ]} 
    10099 
    101100bMotion_plugin_add_output "append" bMotion_plugin_output_append 1 "en" 11 
Note: See TracChangeset for help on using the changeset viewer.