aboutsummaryrefslogtreecommitdiffstats
path: root/local/handler/PingHandler.py
blob: 81628dcb2f838086ad581469b4ccb269b4bb8f33 (plain) (blame)
1
2
3
4
5
6
7
from ..utility import *

def handle(data, theme):
    theme.ping(
        message = data['zen'],
        zen = not configValue('allowArbitraryMessages')
    )

© 2014-2024 Faster IT GmbH | imprint | privacy policy