forked from varia/bots
Logbot: disable join announce for now
This commit is contained in:
parent
936780f773
commit
56a6af156b
@ -50,8 +50,9 @@ class MUCBot(slixmpp.ClientXMPP):
|
|||||||
# password=the_room_password,
|
# password=the_room_password,
|
||||||
wait=True)
|
wait=True)
|
||||||
|
|
||||||
|
# NOTE(luke): disabled for now. We'll make it possible to speak to logbot privately later
|
||||||
# Send a message to the room
|
# 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):
|
def muc_message(self, msg):
|
||||||
# Some inspection commands
|
# Some inspection commands
|
||||||
|
Loading…
Reference in New Issue
Block a user