From 08cd7e1ef718bdb7fd6d1b745ba176a9f3869308 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 13 Aug 2013 15:46:16 +0200 Subject: [PATCH] PingTime: Replace non-breakable space. --- PingTime/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PingTime/plugin.py b/PingTime/plugin.py index 06c784e..e050f6f 100644 --- a/PingTime/plugin.py +++ b/PingTime/plugin.py @@ -51,7 +51,7 @@ class PingTime(callbacks.PluginRegexp): This should describe *how* to use this plugin.""" regexps = ('onPing', 'onPong') - _pings = {} # {channel: {(from, to): timestamp}} + _pings = {} # {channel: {(from, to): timestamp}} def onPing(self, irc, msg, match): channel = msg.args[0]