Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 80953c6

Browse files
committed
just a save
1 parent efba478 commit 80953c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/irc/extension/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function (nodecg: NodeCG) {
99
service?.onAvailable((client) => {
1010
nodecg.log.info("IRCclient has been updated.");
1111
const chat = client.getNativeClient();
12-
chat.join("#kubuntu"); // Change this channel, if you want to connet to a different channel.
12+
chat.join("#skate702"); // Change this channel, if you want to connet to a different channel.
1313

1414
chat.addListener("message", (from, to, message) => {
1515
console.log(from + " => " + to + ": " + message);

0 commit comments

Comments
 (0)