Changeset 266


Ignore:
Timestamp:
09/16/03 05:53:21 (8 years ago)
Author:
jamesoff
Message:

fix (hack) for getting real name breaking during final output stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/output.tcl

    r263 r266  
    274274 
    275275proc bMotionSayLine {channel nick line {moreText ""} {noTypo 0}} { 
    276   bMotion_putloglev 3 * "bMotionDoInterpolation: channel = $channel, nick = $nick, line = $line, moreText = $moreText, noTypo = $noTypo" 
     276  bMotion_putloglev 3 * "bMotionSayLine: channel = $channel, nick = $nick, line = $line, moreText = $moreText, noTypo = $noTypo" 
    277277  global mood botnick bMotionInfo bMotionCache 
    278278 
     
    518518 
    519519  set handle [nick2hand $nick] 
    520   if {$handle == "*"} { 
     520  if {($handle == "") ||($handle == "*")} { 
    521521    #not in bot 
    522522    bMotion_putloglev 2 * "bMotion: no match, using nick" 
Note: See TracChangeset for help on using the changeset viewer.