Closed nazimboudeffa closed 8 years ago
In Bot
if(stanza.is('presence') && stanza.attrs.type != 'error' && username != 'camwhite') { this.sendToSlack(Bot.parsePresence(stanza)); }
Yes thanks @boudeffa I have pushed the change
In Bot