X-Git-Url: https://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Fplugin.py;h=6ff12eed45f01194df1597082f105d8519c3a242;hp=3e7c87e63714e57e4bd9775b249239dea9a8a2d3;hb=dbc1b2e6149234b8571425b6684a2858fa52c545;hpb=685ca532c5f30b41da003878cbfca8183b4965b7 diff --git a/sid/plugin.py b/sid/plugin.py index 3e7c87e..6ff12ee 100644 --- a/sid/plugin.py +++ b/sid/plugin.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Copyright (C) 2010, 2011 Anaël Verrier -# Copyright (C) 2014 kaliko +# Copyright (C) 2014, 2020 kaliko # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ class Plugin: } """ if isinstance(msg, str): - msg = {'mbody':msg} + msg = {'mbody': msg} msg.setdefault('mhtml', None) self.bot.send_message(mto=dest, mtype=mtype,