Changeset 1058
- Timestamp:
- 12/11/09 14:40:35 (2 years ago)
- File:
-
- 1 edited
-
trunk/modules/interbot.tcl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/interbot.tcl
r954 r1058 72 72 set handle [nick2hand $bot $channel] 73 73 bMotion_putloglev 4 * "interbot: checking $bot's handle; $handle" 74 if {[matchattr $handle b &K$channel] && [islinked $handle]} {74 if {[matchattr $handle b $channel] && [islinked $handle]} { 75 75 bMotion_putloglev 2 * "interbot: sending elect_initial to $bot for $channel" 76 76 putbot $handle "bmotion elect_initial $channel $myScore" … … 164 164 if [isbotnick $bot] { continue } 165 165 set handle [nick2hand $bot $channel] 166 if [matchattr $handle b &K$channel] {166 if [matchattr $handle b $channel] { 167 167 putbot $handle "bmotion elect_reply $channel $myScore" 168 168 } … … 280 280 # send a fake event 281 281 proc bMotion_interbot_fake_event { botnick channel fromnick line } { 282 if {[matchattr $botnick b &K$channel] && [islinked $botnick]} {282 if {[matchattr $botnick b $channel] && [islinked $botnick]} { 283 283 putbot $botnick "bmotion fake_event $channel $fromnick $line" 284 284
Note: See TracChangeset
for help on using the changeset viewer.
