diff --git a/Encyclopedia/__init__.py b/Encyclopedia/__init__.py index 19362b3..9a3f6d1 100644 --- a/Encyclopedia/__init__.py +++ b/Encyclopedia/__init__.py @@ -24,7 +24,7 @@ import supybot import supybot.world as world from importlib import reload -__version__ = "4.1.0" +__version__ = "4.1.1" __author__ = supybot.Author("Krytarik Raido", "krytarik", "krytarik@gmail.com") __contributors__ = { supybot.Author("Dennis Kaarsemaker", "Seveas", "dennis@kaarsemaker.net"): ['Original Author'], diff --git a/Encyclopedia/plugin.py b/Encyclopedia/plugin.py index f16bb1b..6aab546 100644 --- a/Encyclopedia/plugin.py +++ b/Encyclopedia/plugin.py @@ -553,7 +553,7 @@ class Encyclopedia(callbacks.Plugin): else: if self.alert: if channel and not channel.endswith('bots'): - irc.reply('%s called the ops in %s (%s)' % (msg.nick, msg.args[0], retmsg), + irc.reply('%s called the ops in %s (%s)' % (msg.nick, msg.args[0], retmsg.rstrip(': ')), to=self.registryValue('relayChannel', channel)) self.alert = False if retmsg and checkUrl(retmsg):