ignorelist: shut up the linter

This commit is contained in:
Reto Brunner 2024-04-14 14:13:08 +02:00
parent 917fdb2a0a
commit c3fc54e158

View file

@ -5,7 +5,7 @@ import {MessageType} from "../../../shared/types/msg";
const commands = ["ignorelist"];
const input: PluginInputHandler = function (network, chan, cmd, args) {
const input: PluginInputHandler = function (network, chan, _cmd, _args) {
const client = this;
if (network.ignoreList.length === 0) {