Logbot: disable join announce for now

This commit is contained in:
Luke Murphy 2020-02-07 09:28:47 +01:00
parent 936780f773
commit 56a6af156b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -50,8 +50,9 @@ class MUCBot(slixmpp.ClientXMPP):
# password=the_room_password,
wait=True)
# NOTE(luke): disabled for now. We'll make it possible to speak to logbot privately later
# Send a message to the room
self.send_message(mto=self.room, mbody='Hello! Logbot here. I\'m here to log all the images that are send to this group. You can also log text messages, by including @bot in your message. Happy logging! PS. you can access the logs at https://vvvvvvaria.org/logs/', mtype='groupchat')
# self.send_message(mto=self.room, mbody='Hello! Logbot here. I\'m here to log all the images that are send to this group. You can also log text messages, by including @bot in your message. Happy logging! PS. you can access the logs at https://vvvvvvaria.org/logs/', mtype='groupchat')
def muc_message(self, msg):
# Some inspection commands