Get rid of a wild var keyword
This commit is contained in:
@@ -272,7 +272,7 @@ export default {
|
|||||||
app.open(nick);
|
app.open(nick);
|
||||||
|
|
||||||
if (args.length > 1) {
|
if (args.length > 1) {
|
||||||
var text = args.slice(1).join(" ");
|
let text = args.slice(1).join(" ");
|
||||||
app.privmsg(nick, text);
|
app.privmsg(nick, text);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user