Changeset 43


Ignore:
Timestamp:
09/03/10 06:30:45 (17 months ago)
Author:
notopic
Message:

fix missing command variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • QuoteEngine/QuoteEngine.tcl

    r42 r43  
    354354      } 
    355355    } else { 
     356                        if {$count < $quote_chanmax} { 
     357                                set command "PRIVMSG $channel :" 
     358                        } else { 
     359                                set command "PRIVMSG $nick :" 
     360                        } 
    356361      if {$count == 1} { 
    357362        puthelp "${command}(All of 1 match)" 
Note: See TracChangeset for help on using the changeset viewer.