mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
commit
08eabea78f
@ -203,7 +203,9 @@ func zncPlaybackListHandler(client *Client, command string, params []string, rb
|
||||
nick := client.Nick()
|
||||
for _, channel := range client.Channels() {
|
||||
_, sequence, err := client.server.GetHistorySequence(channel, client, "")
|
||||
if err != nil {
|
||||
if sequence == nil {
|
||||
continue
|
||||
} else if err != nil {
|
||||
client.server.logger.Error("internal", "couldn't get history sequence for ZNC list", err.Error())
|
||||
continue
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user