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

    r1058 r1082  
    154154        bMotion_putloglev 2 * "interbot: My score is $myScore" 
    155155 
    156         if {$myScore > $bMotion_interbot_nextbot_score($channel)} { 
     156        if {(![info exists $bMotion_interbot_nextbot_score($channel)]) || ($myScore > $bMotion_interbot_nextbot_score($channel))} { 
    157157                bMotion_putloglev 2 * "interbot: Actually, I have highest score on $channel, sending out reply" 
    158158                set bMotion_interbot_nextbot_score($channel) $myScore 
Note: See TracChangeset for help on using the changeset viewer.