mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 04:32:36 +01:00
Fixed.
This commit is contained in:
parent
2d0be46cd0
commit
d0e2f2da31
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user