mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Remove useless non-ascii character.
This commit is contained in:
parent
7588472f36
commit
bab69bb31e
@ -292,7 +292,7 @@ class Tokenizer(object):
|
||||
def _handleToken(self, token):
|
||||
if token[0] == token[-1] and token[0] in self.quotes:
|
||||
token = token[1:-1]
|
||||
# FIXME: No need to tell you this is a hack.
|
||||
# FIXME: No need to tell you this is a hack.
|
||||
# It has to handle both IRC commands and serialized configuration.
|
||||
#
|
||||
# Whoever you are, if you make a single modification to this
|
||||
|
Loading…
Reference in New Issue
Block a user