*Add a hard coded real name to act as a user agent

This commit is contained in:
Derrick Hammer 2023-01-18 15:31:26 -05:00
parent 175b9d3189
commit a608fff783
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ export default async (
port: 6697,
secure: true,
channels: ["#lumeweb"],
realName: "lumeweb-client",
}
);