diff --git a/js/script.js b/js/script.js index 345b5ef..0b2340c 100644 --- a/js/script.js +++ b/js/script.js @@ -356,7 +356,7 @@ async function init_irc(){ ircSend('PASS oauth:'+tokens.access_token) ircSend('NICK '+tokens.login) ircSend('JOIN #'+tokens.login) - ircSend('PRIVMSG #'+tokens.login+' :SugoiSubathon connected') + //ircSend('PRIVMSG #'+tokens.login+' :SugoiSubathon connected') } irc.onmessage=function(event){ console.debug(event) @@ -420,4 +420,4 @@ function init_streamelements(){ streamelements.on('event', onEvent); streamelements.on('event:update', onEvent); streamelements.on('event:reset', onEvent); -} \ No newline at end of file +}