add a connection message

This commit is contained in:
josephsmendoza
2023-11-30 12:03:35 -08:00
parent 27cfcc800a
commit 3f98d9483e
+1
View File
@@ -329,6 +329,7 @@ async function init_irc(){
ircSend('PASS oauth:'+tokens.access_token) ircSend('PASS oauth:'+tokens.access_token)
ircSend('NICK '+tokens.login) ircSend('NICK '+tokens.login)
ircSend('JOIN #'+tokens.login) ircSend('JOIN #'+tokens.login)
ircSend('PRIVMSG #'+tokens.login+' :SugoiSubathon connected')
} }
irc.onmessage=function(event){ irc.onmessage=function(event){
console.debug(event) console.debug(event)