mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
Remove unnecessary switch
This commit is contained in:
parent
96d96d1288
commit
edbc99915d
1 changed files with 0 additions and 2 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue