mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 21:37:18 +01: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) {
|
||||
console.log("connect to "+irc_url);
|
||||
irc_ui_println("trying to connect to "+url_url);
|
||||
ws.send(irc_url);
|
||||
}
|
||||
ws.onmessage = function(ev) {
|
||||
|
|
Loading…
Reference in a new issue