This commit is contained in:
Mickael Remond
2019-07-27 16:50:10 -07:00
parent e553028754
commit 6a5f2750f1
7 changed files with 516 additions and 13 deletions
+1
View File
@@ -7,6 +7,7 @@ import (
"gosrc.io/xmpp/stanza"
)
// FIXME: Remove global variables
var mucsToLeave []string
func joinMUC(c xmpp.Sender, to, nick string) error {