Changeset 1070 for trunk/modules/output.tcl
- Timestamp:
- 02/03/10 16:22:18 (2 years ago)
- File:
-
- 1 edited
-
trunk/modules/output.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/output.tcl
r1062 r1070 605 605 return $nick 606 606 } 607 607 608 bMotion_putloglev 2 * "bMotion: IRLs for $handle are $realname" 608 return [pickRandom $realname] 609 610 set chosen_realname [pickRandom $realname] 611 612 if {[string first "%" $chosen_realname] > -1} { 613 bMotion_putloglev d * "not using $chosen_realname for $handle as it has a macro" 614 set chosen_realname $handle 615 } 616 return $chosen_realname 609 617 } 610 618
Note: See TracChangeset
for help on using the changeset viewer.
