Changeset 265


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

more debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/plugins.tcl

    r82 r265  
    7575## Find a simple plugin 
    7676proc bMotion_plugin_find_simple { text lang } { 
     77  bMotion_putloglev 3 * "bMotion_plugin_find_simple: text = $text, lang = $lang" 
    7778  global bMotion_plugins_simple botnicks 
    7879  set s [lsort [array names bMotion_plugins_simple]] 
     
    9091      if [regexp -nocase $rexp $text] { 
    9192        set c [rand 100] 
     93        bMotion_putloglev 4 * "simple plugin $key matches" 
    9294        if {$chance > $c} { 
     95          bMotion_putloglev 4 * "  `- firing" 
    9396          return $response 
    9497        } 
Note: See TracChangeset for help on using the changeset viewer.