IRC Commands
Release rolling / release (push) Canceled after 8m43s

This commit is contained in:
Raven Scott
2026-08-13 00:33:57 -04:00
parent 15afc148d7
commit 8bb8254c42
22 changed files with 3799 additions and 1228 deletions
+3
View File
@@ -156,6 +156,9 @@ async function run(ctx, argv) {
var live = bareIrcCreateClient(spec)
live.attach(socket)
live.on('registered', function () {
if (spec.generatedNick && live.state.nick) {
bareIrcRememberNick(ctx, live.state.nick)
}
var joins = spec.autojoin || []
for (var i = 0; i < joins.length; i++) live.join(joins[i])
if (typeof ctx.bareOsIrcPresencePublish === 'function') {