Changeset 1136 for trunk/modules


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

new triggers for some verbs
stoplist additions for complex_add and spoonerisms
handle being smacked in a specific bodypart better
content additions all round

Location:
trunk/modules
Files:
3 edited

Legend:

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

    r1135 r1136  
    58995899} 
    59005900 
     5901bMotion_abstract_register "fuckoff" { 
     5902        "%={fuck:cunt:shit:sod} off%! you %VAR{PROM}" 
     5903} 
     5904 
    59015905bMotion_abstract_add_filter "_all" "\{strip\}\}" 
    59025906bMotion_abstract_add_filter "_all" "\}\{strip\}" 
  • trunk/modules/abstracts/en/randomstuff.tcl

    r1133 r1136  
    350350        "%ruser{enemy} in talking shit shocker          " 
    351351        "why just the other day i watched a film with a plot    " 
     352        "why just the other day i watched a film with %VAR{sillyThings}" 
    352353        "ha ha i don't live in norwich anymore, i don't fuck pigs anymore " 
    353354        "i have a battery operated tree \\o/" 
  • trunk/modules/system.tcl

    r1113 r1136  
    12751275        # -rty, -ted? 
    12761276 
    1277         if [regexp -nocase {\m(like|better|bigger|clever|other|rather|the|and|for|to|be|cool|dizzy|different|dry|entire|end|expensive|faster|federal|this|illegitimate|illiteracy|implicit|kind|lack|last|late|later|left|less|little|long|maybe|maybeok|meantime|mathematical|mechanical|more|most|much|multi|new|newer|next|particular|past|pure|quick|same|sheer|short|small|sort|specific|ultra|tubal|total|were|what|whole|weird|wrong)$} $item] { 
     1277        if [regexp -nocase {\m(should|like|better|bigger|clever|other|rather|the|and|for|to|be|cool|dizzy|different|dry|entire|end|expensive|faster|federal|this|illegitimate|illiteracy|implicit|kind|lack|last|late|later|left|less|little|long|maybe|maybeok|meantime|mathematical|mechanical|more|most|much|multi|new|newer|next|particular|past|pure|quick|same|sheer|short|small|sort|specific|ultra|tubal|total|were|what|whole|weird|wrong)$} $item] { 
    12781278                bMotion_putloglev 2 * "sillyThing $item rejected for stoplist" 
    12791279                return 0 
Note: See TracChangeset for help on using the changeset viewer.