remove two empty lines
This commit is contained in:
parent
8a39cef3a3
commit
fbb201c5f8
2
index.js
2
index.js
|
@ -115,7 +115,6 @@ irc.client.addListener("message", (from, to, message, raw) => {
|
||||||
client.say(to, capsmsg[Math.random()*capsmsg.length|0]);
|
client.say(to, capsmsg[Math.random()*capsmsg.length|0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (w0bmregex.test(message)) {
|
if (w0bmregex.test(message)) {
|
||||||
var link = message.match(w0bmregex);
|
var link = message.match(w0bmregex);
|
||||||
if (link) {
|
if (link) {
|
||||||
|
@ -166,7 +165,6 @@ irc.client.addListener("message", (from, to, message, raw) => {
|
||||||
con.release();
|
con.release();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user