mirror of
https://github.com/thelounge/thelounge
synced 2024-11-24 21:13:06 +00:00
ignorelist: shut up the linter
This commit is contained in:
parent
917fdb2a0a
commit
c3fc54e158
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue