mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-20 15:40:24 +01:00
Update plugin/telegram.py
Co-authored-by: Jan Speller <j-speller@outlook.com>
This commit is contained in:
parent
689d81565b
commit
6b0488ed1b
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue