mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-02-05 03:04:13 +00:00
add log event
This commit is contained in:
parent
c4077f2d49
commit
c04bbad405
@ -169,6 +169,7 @@ function ws_try_connect()
|
|||||||
|
|
||||||
ws.onopen = function(ev) {
|
ws.onopen = function(ev) {
|
||||||
console.log("connect to "+irc_url);
|
console.log("connect to "+irc_url);
|
||||||
|
irc_ui_println("trying to connect to "+url_url);
|
||||||
ws.send(irc_url);
|
ws.send(irc_url);
|
||||||
}
|
}
|
||||||
ws.onmessage = function(ev) {
|
ws.onmessage = function(ev) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user