From edbc99915d1e0903a61333dcb79c289bb2e1a0a4 Mon Sep 17 00:00:00 2001 From: Max Leiter Date: Wed, 7 Sep 2022 21:43:48 -0700 Subject: [PATCH] Remove unnecessary switch --- server/plugins/inputs/who.ts | 2 -- 1 file changed, 2 deletions(-) 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":