From a608fff7836c01e9bca4ee2838d1a4891f4ee599 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 18 Jan 2023 15:31:26 -0500 Subject: [PATCH] *Add a hard coded real name to act as a user agent --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 878d969..d725586 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,6 +28,7 @@ export default async ( port: 6697, secure: true, channels: ["#lumeweb"], + realName: "lumeweb-client", } );