From 950fab649d8e25a6d5378ccbf9a7a33ae0be5ba1 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 18 Jan 2023 15:32:07 -0500 Subject: [PATCH] *Update dist --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index a2ce183..f1911c7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13,6 +13,7 @@ export default async (pubkey, options = { host: "irc.liberta.casa" }) => { port: 6697, secure: true, channels: ["#lumeweb"], + realName: "lumeweb-client", }); client.connect(); await new Promise((resolve) => {