In User.pl: my $m = $message; if ($msgType !~ /public/) { $m = ""; } $seen{lc $who} = $now.$;.channel().$;.$m; msg_seen_hook($who) ; # Botmail hack In Extras.pl: if ($message =~ /^message for (.*?)\s*: (.*)/i) { # Ugh. *spit*. &msg_store($1,$who,$2); return 'NOREPLY'; } if ($message =~ /botmail next/i) { &msg_next($who); return 'NOREPLY'; } if ($message =~ /botmail check/i) { &msg_check($who); return 'NOREPLY'; }