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/output.tcl

    r1075 r1082  
    161161                                                if {$result == ""} { 
    162162                                                        bMotion_putloglev d * "macro: [lindex $plugin 0] returned nothing, aborting output" 
    163                                                         return 0 
     163                                                        return "" 
    164164                                                } 
    165165                                        } 
    166166                                        if {$result == ""} { 
     167                                                return "" 
    167168                                                incr current_pos 
    168169                                                continue 
Note: See TracChangeset for help on using the changeset viewer.