Changeset 1082 for trunk/modules/interbot.tcl
- Timestamp:
- 08/26/10 11:32:47 (21 months ago)
- File:
-
- 1 edited
-
trunk/modules/interbot.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/interbot.tcl
r1058 r1082 154 154 bMotion_putloglev 2 * "interbot: My score is $myScore" 155 155 156 if { $myScore > $bMotion_interbot_nextbot_score($channel)} {156 if {(![info exists $bMotion_interbot_nextbot_score($channel)]) || ($myScore > $bMotion_interbot_nextbot_score($channel))} { 157 157 bMotion_putloglev 2 * "interbot: Actually, I have highest score on $channel, sending out reply" 158 158 set bMotion_interbot_nextbot_score($channel) $myScore
Note: See TracChangeset
for help on using the changeset viewer.
