mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 09:29:24 +01:00
Fix a getNick bug
This commit is contained in:
parent
73a3261cda
commit
864fd97315
@ -330,7 +330,7 @@ def getNick(irc, msg, args, state):
|
|||||||
'That nick is too long for this server.')
|
'That nick is too long for this server.')
|
||||||
state.args.append(args.pop(0))
|
state.args.append(args.pop(0))
|
||||||
else:
|
else:
|
||||||
irc.errorInvalid('nick', s)
|
irc.errorInvalid('nick', args[0])
|
||||||
|
|
||||||
def getSeenNick(irc, msg, args, state, errmsg=None):
|
def getSeenNick(irc, msg, args, state, errmsg=None):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user