Ignore:
Timestamp:
09/28/03 13:57:43 (9 years ago)
Author:
jamesoff
Message:

fixed to use elections correctly

File:
1 edited

Legend:

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

    r304 r305  
    2828proc bMotion_plugin_complex_action_away { nick host handle channel text } { 
    2929 
    30   #elections! 
    31   if {![bMotion_interbot_me_next $channel]} { return 0 } 
    32    
    3330  #check we haven't already done something for this nick 
    3431  if {$nick == [bMotion_plugins_settings_get "complex:away" "lastnick" $channel ""]} { 
     
    3734 
    3835  if {![bMotion_interbot_me_next $channel]} { 
    39     return 1 
     36    return 0 
    4037  } 
    4138 
Note: See TracChangeset for help on using the changeset viewer.