aboutsummaryrefslogtreecommitdiffstats
path: root/local/handler/MessageHandler.py
blob: c3433b4824fe6378cc0cfd334790b23ad38c9cc6 (plain) (blame)
1
2
3
4
5
from ..utility import *

def handle(data, theme):
    if configValue('allowArbitraryMessages'):
        theme.message(data['message'])

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