matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 151 forks source link

Replace uses of the deprecated String.prototype.substr() #1615

Closed jaller94 closed 1 year ago

jaller94 commented 1 year ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr

jaller94 commented 1 year ago

I'll add an ESLint rule, if I can find a small config for it. Adding an additional dependency for this rule sounds like a big risk for a tiny reward.