forked from Mirrors/doipjs
Remove obsolete code
This commit is contained in:
parent
be547b0e5d
commit
d2b9854a2f
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ module.exports = async (hostname, nickQuery, opts) => {
|
|||
client.send(`PRIVMSG NickServ :TAXONOMY ${nickQuery}`)
|
||||
})
|
||||
client.addListener('notice', (nick, to, text, message) => {
|
||||
console.log(text);
|
||||
if (reKey.test(text)) {
|
||||
const match = text.match(reKey)
|
||||
keys.push(match[1])
|
||||
|
|
Loading…
Reference in a new issue