Ignore:
Timestamp:
08/26/10 11:32:47 (21 months ago)
Author:
james
Message:

reduced lolcats chance
added output to "and then"
trigger fixes for r, luggage combination and look robot
fix priority on typos plugin
new "triplet" macro filter which gets a const-vowel-const triplet from the word
new "pretriplet" macro filter to use with "triplet"
fixed output_append to actually fire
make "cool" a stopwor for spoonerism
more grammar nazism
fix broken output being sent to IRC
adjust lower friendship limit slightly
many updates to abstracts
fix queue not adding last output to cache
guard code in interbot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/friendship.tcl

    r937 r1082  
    137137        set friendship [getFriendship $nick] 
    138138        bMotion_putloglev 2 * "friendship: friendship for $nick is $friendship" 
    139         if {$friendship < 35} { 
     139        if {$friendship <= 40} { 
    140140                return 0 
    141141        } 
Note: See TracChangeset for help on using the changeset viewer.