diff --git a/server/plugins/inputs/who.ts b/server/plugins/inputs/who.ts index 7261126e..406e4e98 100644 --- a/server/plugins/inputs/who.ts +++ b/server/plugins/inputs/who.ts @@ -7,8 +7,6 @@ const commands = ["who"]; const parseWhoxResponse = (user: ClientUser, args: string) => { const parseFieldNameForLounge = (field: string) => { switch (field) { - case "channel": - return "channel"; // no-op for now case "nickname": return "nick"; case "username":