Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer 950fab649d
*Update dist 2023-01-18 15:32:07 -05:00
Derrick Hammer a608fff783
*Add a hard coded real name to act as a user agent 2023-01-18 15:31:26 -05:00
2 changed files with 2 additions and 0 deletions

1
dist/index.js vendored
View File

@ -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) => {

View File

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