AOL-TOC

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

This is a perl module to integrate with AOL's TOC protocol for instant
messaging. I found this a while ago on www.foo.org/~james/, which appears to
have gone awol. As far as I know, there isn't anywhere else to get it, so
I'm cleaning it up for CPAN and including it here. 

The original author is james@foo.org, and his README file is included as
README.old

Joshua Harding
xjharding@newbedford.k12.ma.us

TOC.pm  view on Meta::CPAN


Takes one argument, the name of the chat room to join

=head2 chat_send

Takes two arguments, the name of the chat room, and the message.

=head1 AUTHOR

xjharding@newbedford.k12.ma.us cleaned it up and added DOC
james@foo.org was the original author

=head1 SEE ALSO

Net::AIM, a new module, but it doesn't have the features of this one

=cut

sub roast_password {
  my ($password, $key) = @_;
  my @skey;



( run in 0.244 second using v1.01-cache-2.11-cpan-f985c23238c )