mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-13 01:36:49 +01:00
Fixed a typo. How did this get there?
This commit is contained in:
parent
8ce67a61e0
commit
1209593c9f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/chilts/sid"
|
||||
xmpp "github.com/mattn/go-xmpp"
|
||||
"github.com/mattn/go-xmpp"
|
||||
)
|
||||
|
||||
// Variables defined globally as they are used by functions pingMUC
|
||||
|
|
Loading…
Reference in a new issue