Add missing setting of channels to join (#12160)

This commit is contained in:
Olen 2020-09-30 06:12:09 +02:00 committed by GitHub
parent 0e99b472c2
commit a8ca361acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class IRCBot
} elseif (! is_array($this->config['irc_alert_chan'])) {
$this->config['irc_alert_chan'] = [$this->config['irc_alert_chan']];
}
$this->chan = $this->config['irc_alert_chan'];
}
if ($this->config['irc_pass']) {