Fix bugs #5: add resolved links to log
This commit is contained in:
parent
627013e19c
commit
66f3013ed8
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class LinksTitleHandler implements Runnable{
|
||||||
if (title.length() > 510)
|
if (title.length() > 510)
|
||||||
title = title.substring(0, 510);
|
title = title.substring(0, 510);
|
||||||
|
|
||||||
StreamProvider.writeToStream(server, "PRIVMSG "+ channel +" :"+title+"\n");
|
StreamProvider.writeToStream(server, "PRIVMSG "+ channel +" :"+title+"\n");
|
||||||
} catch (Exception e){
|
} catch (Exception e){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue