mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +01:00
Added a comment for something that's easy to forget later.
This commit is contained in:
parent
e26bd517ed
commit
afc21c2afe
@ -101,7 +101,7 @@ class IrcMsg(object):
|
||||
self.prefix, s = s[1:].split(None, 1)
|
||||
else:
|
||||
self.prefix = ''
|
||||
if ' :' in s:
|
||||
if ' :' in s: # Note the space: IPV6 addresses are bad w/o it.
|
||||
s, last = s.split(' :', 1)
|
||||
self.args = s.split()
|
||||
self.args.append(last.rstrip('\r\n'))
|
||||
|
Loading…
Reference in New Issue
Block a user