Changeset 305 for trunk/plugins/en/action_complex_away.tcl
- Timestamp:
- 09/28/03 13:57:43 (9 years ago)
- File:
-
- 1 edited
-
trunk/plugins/en/action_complex_away.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/action_complex_away.tcl
r304 r305 28 28 proc bMotion_plugin_complex_action_away { nick host handle channel text } { 29 29 30 #elections!31 if {![bMotion_interbot_me_next $channel]} { return 0 }32 33 30 #check we haven't already done something for this nick 34 31 if {$nick == [bMotion_plugins_settings_get "complex:away" "lastnick" $channel ""]} { … … 37 34 38 35 if {![bMotion_interbot_me_next $channel]} { 39 return 136 return 0 40 37 } 41 38
Note: See TracChangeset
for help on using the changeset viewer.
