*Add a hard coded real name to act as a user agent
This commit is contained in:
parent
175b9d3189
commit
a608fff783
|
@ -28,6 +28,7 @@ export default async (
|
||||||
port: 6697,
|
port: 6697,
|
||||||
secure: true,
|
secure: true,
|
||||||
channels: ["#lumeweb"],
|
channels: ["#lumeweb"],
|
||||||
|
realName: "lumeweb-client",
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue