Fix bugs #5: add resolved links to log

master
Dmitry Isaenko 2020-11-02 16:28:57 +03:00
parent 627013e19c
commit 66f3013ed8
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class LinksTitleHandler implements Runnable{
if (title.length() > 510)
title = title.substring(0, 510);
StreamProvider.writeToStream(server, "PRIVMSG "+ channel +" :"+title+"\n");
StreamProvider.writeToStream(server, "PRIVMSG "+ channel +" :"+title+"\n");
} catch (Exception e){
e.printStackTrace();
}