A feature-rich, modular AOL Instant Messenger client written chiefly by Bill Atkins and Dan Chokola in their high school days.
 
 
 

8 lines
141 B

package TkAbout;
use Milkbone;
use Milkbone::About;
my $mw = hook("tk_getmain");
register_hook "show_about", sub { $mw->MBAbout->focus; };