From c986ea9bca5e4a2c63df4ce280dabd42afdd4e5e Mon Sep 17 00:00:00 2001 From: Sid bot on xmpp Date: Thu, 11 Nov 2021 15:23:09 +0100 Subject: [PATCH] cleanup --- sid-gemgraph.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sid-gemgraph.py b/sid-gemgraph.py index be2a691..6b9ce0f 100644 --- a/sid-gemgraph.py +++ b/sid-gemgraph.py @@ -5,15 +5,15 @@ import Feeds_gemgraph JID = 'sid@a-lec.org' ROOM = 'awagij@salons.a-lec.org' -NICK = 'sid-bot' -PASS = '' +NICK = 'sid' +PASS = 'botvote' # Instanciate the bot xmpp = MUCBot(JID, PASS, ROOM, NICK) # Register a plugin xmpp.register_bot_plugin(Ping) -xmpp.register_bot_plugin(Feeds_emooji.Feeds) +xmpp.register_bot_plugin(Feeds_gemgraph.Feeds) # Connect to the XMPP server and start processing XMPP stanzas. try: