Changeset 1135
- Timestamp:
- 01/26/12 14:15:21 (4 months ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
modules/abstracts/en/abstracts.tcl (modified) (10 diffs)
-
modules/output.tcl (modified) (2 diffs)
-
plugins/en/complex_nazi.tcl (modified) (1 diff)
-
plugins/en/complex_scrap.tcl (modified) (5 diffs)
-
plugins/en/output_append.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstracts/en/abstracts.tcl
r1132 r1135 85 85 "bah" 86 86 "/goes to find someone more interesting to talk to" 87 "%SMILE {sad}"87 "%SMILEY{sad}" 88 88 "fine" 89 89 "/stamps foot%|*sulk*" … … 137 137 138 138 bMotion_abstract_register "satOns" { 139 "hey ow %SMILE {sad}"139 "hey ow %SMILEY{sad}" 140 140 "heeeyyy :O" 141 141 "bah" … … 889 889 "*CRUMP*" 890 890 "/flattens %%" 891 "hey %SMILE {sad}"891 "hey %SMILEY{sad}" 892 892 "oi" 893 893 "/sails through the air towards %%" 894 "loookkk ooouuuttt beellooww!%|*CRUMP*%|ow %SMILE {sad}"894 "loookkk ooouuuttt beellooww!%|*CRUMP*%|ow %SMILEY{sad}" 895 895 "/flies through the air with the greatest of ease" 896 896 "/does a triple inverted twist somersault and lands neatly next to %%" … … 918 918 "%VAR{oops}" 919 919 "%VAR{oops}, %%" 920 "%colen"921 920 "ffs" 922 921 "grrr %%" … … 926 925 } 927 926 bMotion_abstract_add_filter "typoFix" "SETTING" 927 928 # %colen doesn't work when in typoFix mode, for now 929 bMotion_abstract_add_filter "typoFix" "%colen" 928 930 929 931 bMotion_abstract_register "blehs" { … … 1105 1107 1106 1108 bMotion_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}" 1109 1111 "bah%|/steals it back" 1110 1112 "/smacks %%" … … 3116 3118 "/falls over%|%bot\[50,¬VAR{picksUp}\]" 3117 3119 "/is blown away by force of %%'s statement%|%bot\[50,¬VAR{picksUp}\]" 3118 "ow my eyes %SMILE {sad}"3120 "ow my eyes %SMILEY{sad}" 3119 3121 "/blinks" 3120 3122 ":O" … … 3369 3371 "/vanishes from the continuum" 3370 3372 "/ceases to have ever existed" 3371 "hey! %SMILE {sad}"3373 "hey! %SMILEY{sad}" 3372 3374 "/dodges%|/hits d+1 and does Chinese Fan on %%" 3373 3375 } … … 3785 3787 "always %VAR{rarrs}" 3786 3788 "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}" 3788 3790 "does it mean i get pie?" 3789 3791 "yahyahayayahayahahayh%colen" … … 3828 3830 "love to%|%VAR{randomZimness}" 3829 3831 "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}" 3831 3833 "if my %VAR{bodypart} would stop %VAR{dVerbs}ing" 3832 3834 } -
trunk/modules/output.tcl
r1132 r1135 153 153 bMotion_putloglev 2 * "macro: found macro $macro at $current_pos" 154 154 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 155 160 if {[llength $plugin] == 1} { 156 161 # call plugin … … 281 286 } 282 287 } 288 } else { 289 bMotion_putloglev 1 * "skipped plugin processing on $text due to noTypo being set" 283 290 } 284 291 -
trunk/plugins/en/complex_nazi.tcl
r1082 r1135 44 44 45 45 if [regexp -nocase "\\mme and (\[a-z\]+)( \[a-z\]+)?" $text matches other verb] { 46 if {($other == "I") || ($other == "i")} { 47 return 0 48 } 49 46 50 if {$verb == ""} { 47 51 if {![bMotion_interbot_me_next $channel]} { -
trunk/plugins/en/complex_scrap.tcl
r1108 r1135 140 140 "very bad" 141 141 "terrible" 142 143 142 "average" 144 143 "amateur" … … 148 147 "normal" 149 148 "fair" 150 151 149 "master crafted" 152 150 "perfect" … … 216 214 "fully automatic" 217 215 "semi automatic" 216 "gritty" 218 217 } 219 218 bMotion_abstract_add_filter "scrap_adjectives" "mamoth" … … 418 417 "voluptuous" 419 418 "bound" 420 421 419 "minging" 422 420 "doggish" … … 539 537 "blowjob" 540 538 "gentials" 539 "fart" 541 540 "dick" 542 541 } -
trunk/plugins/en/output_append.tcl
r1112 r1135 97 97 # actually, this might not be needed, but just in case :) 98 98 bMotion_abstract_add_filter "preciouses" {^[^ ]} 99 bMotion_abstract_add_filter "narfs" {^[^ ]}100 99 101 100 bMotion_plugin_add_output "append" bMotion_plugin_output_append 1 "en" 11
Note: See TracChangeset
for help on using the changeset viewer.
