]> git.donarmstrong.com Git - infobot.git/blobdiff - src/IRC/IrcHooks.pl
are they FIXMEs or not? ;-)
[infobot.git] / src / IRC / IrcHooks.pl
index 8c36f59a8880132e9b1dacf2b54ae0daf6c3be28..4697d3f564a066a4c3c0055cf710a2eda9e77a89 100644 (file)
@@ -89,7 +89,7 @@ sub on_chat {
            &DEBUG("chat: sock => '$sock'.");
 ###        $sock->close();
            delete $dcc{'CHAT'}{$nick};
-           &DEBUG("chat: after closing sock. FIXME");
+           &FIXME("chat: after closing sock.");
            ### BUG: close seizes bot. why?
        }
 
@@ -327,7 +327,7 @@ sub on_dcc_open_chat {
     my(undef, $nick, $sock) = @_;
 
     if ($nuh{$nick} eq "GETTING-NOW") {
-       &DEBUG("getting nuh for $nick failed. FIXME.");
+       &FIXME("getting nuh for $nick failed.");
        return;
     }