Update plugin/telegram.py

Co-authored-by: Jan Speller <j-speller@outlook.com>
This commit is contained in:
Bastian Schroll 2020-05-06 07:42:11 +02:00 committed by GitHub
parent 689d81565b
commit 6b0488ed1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,8 +67,7 @@ class BoswatchPlugin(PluginBase):
def msg(self, bwPacket):
"""!Called on MSG packet
@param bwPacket: bwPacket instance
Remove if not implemented"""
@param bwPacket: bwPacket instance"""
msg = self.parseWildcards(self.config.get("message_msg"))
self._sendMessage(msg)