Adding console log for server type

This commit is contained in:
Stephen Vanderwarker 2023-05-07 22:16:38 -04:00
parent 03883a3030
commit cf0dc7c93a
1 changed files with 1 additions and 0 deletions

View File

@ -446,6 +446,7 @@ try {
// Please note this section requires you to have an Ejabberd server.
// I am welcome to pull requests for other servers (maybe set type in config.ini)
else if (message === '!meet') {
console.log(xmpp_server_type);
if (from != user_jid) {
xmpp.send(from, pc);
} else {