mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Add an XXX
This commit is contained in:
parent
241243ba82
commit
1e159fb386
@ -834,6 +834,7 @@ class Irc(IrcCommandDispatcher):
|
||||
L = list(nick)
|
||||
while len(L) <= 3:
|
||||
L.append('`')
|
||||
# XXX Should this check ircutils.isNick as well?
|
||||
while ret == nick:
|
||||
L[random.randrange(len(L))] = random.choice('0123456789')
|
||||
ret = ''.join(L)
|
||||
|
Loading…
Reference in New Issue
Block a user