Fix a getNick bug

This commit is contained in:
James Vega 2004-12-03 02:54:27 +00:00
parent 73a3261cda
commit 864fd97315

View File

@ -330,7 +330,7 @@ def getNick(irc, msg, args, state):
'That nick is too long for this server.')
state.args.append(args.pop(0))
else:
irc.errorInvalid('nick', s)
irc.errorInvalid('nick', args[0])
def getSeenNick(irc, msg, args, state, errmsg=None):
try: