mirror of
https://github.com/progval/Limnoria.git
synced 2025-05-02 00:11:04 -05: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'
|
type = 'id'
|
||||||
if kind is not None and not kind.endswith('id'):
|
if kind is not None and not kind.endswith('id'):
|
||||||
type = kind + ' id'
|
type = kind + ' id'
|
||||||
|
original = args[0]
|
||||||
try:
|
try:
|
||||||
original = args[0]
|
|
||||||
args[0] = args[0].lstrip('#')
|
args[0] = args[0].lstrip('#')
|
||||||
getInt(irc, msg, args, state, type=type)
|
getInt(irc, msg, args, state, type=type)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user