/[irc-logger]/trunk/bin/irc-logger.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/irc-logger.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 103 by dpavlin, Sun Mar 9 00:26:49 2008 UTC revision 104 by dpavlin, Sun Mar 9 00:47:38 2008 UTC
# Line 679  sub rss_fetch { Line 679  sub rss_fetch {
679    
680                  if ( $args->{kernel} && $send_rss_msgs ) {                  if ( $args->{kernel} && $send_rss_msgs ) {
681                          $send_rss_msgs--;                          $send_rss_msgs--;
682                            # FIXME bug! should be save_message
683    #                       save_message( channel => $args->{channel}, me => 1, nick => $NICK, message => $msg );
684                          $sth_insert_log->execute( $args->{channel}, 1, $NICK, $msg, 'now()' );                          $sth_insert_log->execute( $args->{channel}, 1, $NICK, $msg, 'now()' );
685                          my ( $type, $to ) = ( 'notice', $args->{channel} );                          my ( $type, $to ) = ( 'notice', $args->{channel} );
686                          ( $type, $to ) = ( 'privmsg', $args->{nick} ) if $args->{private};                          ( $type, $to ) = ( 'privmsg', $args->{nick} ) if $args->{private};

Legend:
Removed from v.103  
changed lines
  Added in v.104

  ViewVC Help
Powered by ViewVC 1.1.26