Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as JavaScript by Haahi ( 9 years ago )
let kit = seajs.require(useJSComponent('kit'))
let trig = kit.use('Trigger')
trig.register('SocketJoin', function(a) { console.log(`%c${a.userName} yayına girdi.`, 'color:#0f9305') })
trig.register('SocketLeave', function(a) { console.log(`%c${a.toUserName} yayından çıktı.`, 'color:#aa0000') })
Revise this Paste