Ignore:
Timestamp:
09/16/03 05:36:44 (9 years ago)
Author:
jamesoff
Message:

added some debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/output.tcl

    r262 r263  
    184184 
    185185proc bMotionDoInterpolation { line nick moreText { channel "" } } { 
     186  bMotion_putloglev 3 * "bMotionDoInterpolation: line = $line, nick = $nick, moreText = $moreText, channel = $channel" 
    186187  global botnick bMotionCache 
    187188 
     
    273274 
    274275proc bMotionSayLine {channel nick line {moreText ""} {noTypo 0}} { 
     276  bMotion_putloglev 3 * "bMotionDoInterpolation: channel = $channel, nick = $nick, line = $line, moreText = $moreText, noTypo = $noTypo" 
    275277  global mood botnick bMotionInfo bMotionCache 
    276278 
Note: See TracChangeset for help on using the changeset viewer.