mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
Merge branch 'develop' of https://github.com/BOSWatch/BW3-Core into feature/plugin-telegram
This commit is contained in:
commit
0dbd01b3f9
2 changed files with 33 additions and 31 deletions
|
|
@ -189,4 +189,4 @@ class PluginBase(ABC):
|
|||
if self._bwPacket is None:
|
||||
logging.warning("wildcard replacing not allowed - no bwPacket set")
|
||||
return msg
|
||||
return wildcard.replaceWildcards(self._bwPacket, msg)
|
||||
return wildcard.replaceWildcards(msg, self._bwPacket)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue