Ignore:
Timestamp:
01/17/10 09:58:53 (2 years ago)
Author:
james
Message:

enable interbot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/en/complex_happyleet.tcl

    r1065 r1066  
    1616proc bMotion_plugin_complex_happyleet { nick host handle channel text } { 
    1717 
    18         #if {![bMotion_interbot_me_next $channel]} { 
    19                 #return 0 
    20         #} 
     18        if {![bMotion_interbot_me_next $channel]} { 
     19                return 0 
     20        } 
    2121 
    2222        set hour [clock format [clock seconds] -format "%H"] 
Note: See TracChangeset for help on using the changeset viewer.