--- trunk/bin/irc-logger.pl 2008/03/09 00:26:49 103 +++ trunk/bin/irc-logger.pl 2008/03/09 00:47:38 104 @@ -679,6 +679,8 @@ if ( $args->{kernel} && $send_rss_msgs ) { $send_rss_msgs--; + # FIXME bug! should be save_message +# save_message( channel => $args->{channel}, me => 1, nick => $NICK, message => $msg ); $sth_insert_log->execute( $args->{channel}, 1, $NICK, $msg, 'now()' ); my ( $type, $to ) = ( 'notice', $args->{channel} ); ( $type, $to ) = ( 'privmsg', $args->{nick} ) if $args->{private};