mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-31 14:58:25 +00:00
Fix IRC notification to use .Quit() instead of .Disconnect()
This commit is contained in:
@@ -66,7 +66,7 @@ func (i *IRC) send(channel string, message string) error {
|
||||
|
||||
client.AddCallback("001", func(_ *irc.Event) {
|
||||
client.Notice(channel, message)
|
||||
client.Disconnect()
|
||||
client.Quit()
|
||||
})
|
||||
|
||||
go client.Loop()
|
||||
|
Reference in New Issue
Block a user