mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
Keep GitBot
This commit is contained in:
parent
ab63cf7cc9
commit
698f13ef32
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ def XMPPBot(password, room="dev"):
|
|||
|
||||
client.send(presence)
|
||||
|
||||
client.send(xmpp.Presence(attrs={'id': uuid.uuid4()}, to='%s@conference.yunohost.org/Saperlipopette' % room))
|
||||
client.send(xmpp.Presence(attrs={'id': uuid.uuid4()}, to='%s@conference.yunohost.org/GitBot' % room))
|
||||
|
||||
def sendToChatRoom(message):
|
||||
if not client.connected:
|
||||
|
|
Loading…
Reference in a new issue