mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +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)
|
self.prefix, s = s[1:].split(None, 1)
|
||||||
else:
|
else:
|
||||||
self.prefix = ''
|
self.prefix = ''
|
||||||
if ' :' in s:
|
if ' :' in s: # Note the space: IPV6 addresses are bad w/o it.
|
||||||
s, last = s.split(' :', 1)
|
s, last = s.split(' :', 1)
|
||||||
self.args = s.split()
|
self.args = s.split()
|
||||||
self.args.append(last.rstrip('\r\n'))
|
self.args.append(last.rstrip('\r\n'))
|
||||||
|
Loading…
Reference in New Issue
Block a user