From d0e2f2da31e9ed96d64c70325a45d89e903e32ea Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 24 Oct 2004 07:35:45 +0000 Subject: [PATCH] Fixed. --- src/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.py b/src/commands.py index c51737724..9fb7c5a6f 100644 --- a/src/commands.py +++ b/src/commands.py @@ -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: