Show
Ignore:
Timestamp:
01/07/2008 18:06:44 (5 months ago)
Author:
james
Message:

remove counters stuff, never really used it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/events.tcl

    r937 r939  
    227227  set bMotionLastEvent($channel) [clock seconds] 
    228228 
    229   bMotion_counter_incr "events" "lines" 
    230  
    231229  #don't let people break us <<<2 
    232230  if {![matchattr $handle n]} { 
     
    285283    if [bMotion_flood_check $nick] { return 0 } 
    286284    set nick [bMotionGetRealName $nick $host] 
    287     bMotion_counter_incr "events" "simpleplugins" 
    288285    bMotionDoAction $channel $nick [pickRandom $response] 
    289286    return 0 
     
    301298      bMotion_putloglev 1 * "bMotion: `- running callback $callback" 
    302299                        set result 0 
    303                         bMotion_counter_incr "events" "complexplugins" 
    304300                        set result [$callback $nick $host $handle $channel $text] 
    305301                        set bMotionCache(lastPlugin) $callback