This commit is contained in:
Jeremy Fincher 2004-10-24 07:35:45 +00:00
parent 2d0be46cd0
commit d0e2f2da31
1 changed files with 1 additions and 1 deletions

View File

@ -208,8 +208,8 @@ def getId(irc, msg, args, state, kind=None):
type = 'id'
if kind is not None and not kind.endswith('id'):
type = kind + ' id'
original = args[0]
try:
original = args[0]
args[0] = args[0].lstrip('#')
getInt(irc, msg, args, state, type=type)
except Exception, e: