--- cf.schmorp.de/maps/perl/schmorp-neko.ext 2006/04/10 08:34:07 1.17 +++ cf.schmorp.de/maps/perl/schmorp-neko.ext 2006/08/10 23:25:11 1.19 @@ -115,7 +115,7 @@ $who->{neko_last_attack} = time; $who->{neko_attack}++ - or cf::LOG cf::llevDebug, sprintf "QBERT Neko-san was attacked by %s!\n", $who->name; + or cf::ext::schmorp_irc::do_notice "Neko-san was attacked by ". $who->name . "!\n"; $who->message ("Meoow! (Please do not hurt me)") if !($who->{neko_attack} & 15); @@ -135,5 +135,6 @@ my ($event, $ob, $who, $msg) = @_; cf::LOG cf::llevDebug, sprintf "QBERT [Neko-fon] %s: %s\n", $who->name, $msg; + cf::ext::schmorp_irc::do_notice (sprintf "[Neko-fon] %s: %s\n", $who->name, $msg); }