1 package Thrasher
::Protocol
::Purple
::ICQ
;
7 Thrasher::Protocol::Purple::AIM - protocol for connection to AOL
8 Instant Messenger using libpurple
12 use base
"Thrasher::Protocol::Purple";
14 use Thrasher
::Log
qw(log debug);
15 use CGI
qw(escapeHTML);
21 sub process_remote_username
{
24 $s =~ tr/[A-Z]/[a-z]/;
30 sub identifier
{ "icq" }
31 sub gateway_prompt
{ "Enter ICQ identifier:" }
32 sub gateway_desc
{ "Enter ICQ identifier:" }