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
+4 -1
View File
@@ -21,7 +21,10 @@ function bareIrcCreateState(opts) {
maxTranscript: max,
registered: false,
tls: opts.tls !== false,
saslOk: false
saslOk: false,
channelList: [],
listBusy: false,
ignore: {}
}
}