Ignore:
Timestamp:
09/10/03 06:48:32 (9 years ago)
Author:
jamesoff
Message:

bit more debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/events.tcl

    r249 r250  
    213213  if {[llength $response] > 0} { 
    214214    #set nick [bMotionGetRealName $nick $host] 
     215    bMotion_putloglev 1 * "going to run plugins: $response" 
    215216    foreach callback $response { 
    216217      bMotion_flood_add $nick $callback $text 
    217218      if [bMotion_flood_check $nick] { return 0 } 
    218219 
    219       bMotion_putloglev 1 * "bMotion: matched complex plugin, running callback $callback" 
     220      bMotion_putloglev 1 * "bMotion: `- running callback $callback" 
    220221      set result [$callback $nick $host $handle $channel $text] 
    221222      set bMotionCache(lastPlugin) $callback 
    222223      if {$result == 1} { 
    223         bMotion_putloglev 2 * "bMotion: $callback returned 1, breaking out..." 
     224        bMotion_putloglev 2 * "bMotion:    `-$callback returned 1, breaking out..." 
    224225        break 
    225226      } 
Note: See TracChangeset for help on using the changeset viewer.