mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Fix crash when loading user with two nicks or more.
This commit is contained in:
parent
5de01bd222
commit
25855e5547
@ -528,7 +528,7 @@ class IrcUserCreator(Creator):
|
||||
|
||||
def nicks(self, rest, lineno):
|
||||
self._checkId()
|
||||
network, nicks = rest.split(' ', 2)
|
||||
network, nicks = rest.split(' ', 1)
|
||||
self.u.nicks[network] = nicks.split(' ')
|
||||
|
||||
def capability(self, rest, lineno):
|
||||
|
Loading…
Reference in New Issue
Block a user