5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Return when not connected and drop a message (irc). Fixes #786

This commit is contained in:
Wim 2019-04-06 22:34:41 +02:00
parent 115d20373c
commit 60a85621ea

View File

@ -137,6 +137,7 @@ func (b *Birc) Send(msg config.Message) (string, error) {
// we can be in between reconnects #385
if !b.i.IsConnected() {
b.Log.Error("Not connected to server, dropping message")
return "", nil
}
// Execute a command