PingTime: Replace non-breakable space.

master
Valentin Lorentz 2013-08-13 15:46:16 +02:00
parent 6929fc1e8e
commit 08cd7e1ef7
1 changed files with 1 additions and 1 deletions

View File

@ -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]