X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sid%2Fplugin.py;h=3e7c87e63714e57e4bd9775b249239dea9a8a2d3;hb=685ca532c5f30b41da003878cbfca8183b4965b7;hp=447e7033647ba6ffe5dc1e89f9f47488f4b1d05e;hpb=c42c7531be1c512846ab8795f331e676ab53f003;p=sid.git diff --git a/sid/plugin.py b/sid/plugin.py index 447e703..3e7c87e 100644 --- a/sid/plugin.py +++ b/sid/plugin.py @@ -25,7 +25,7 @@ class Plugin: def __init__(self, bot): self.bot = bot - self.log = bot.log + self.log = bot.log.getChild(self.__class__.__name__) def send(self, dest, msg, mtype='chat'): """Send msg to dest