disable debug message
This commit is contained in:
+2
-2
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user