mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-28 23:29:08 +02:00
Fixes for XMPP: display message on /setxmpp, ignore resource on xmpp addresses, reconnect on reload
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1575 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
@@ -22,5 +22,6 @@ public class Commandsetxmpp extends EssentialsCommand
|
||||
}
|
||||
|
||||
EssentialsXMPP.getInstance().setAddress(user, args[0]);
|
||||
user.sendMessage("XMPP address set to "+args[0]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user