From 5793283e7069c2375aeb77ac82f4dfd0fae071dd Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 10 Oct 2003 03:22:04 +0000 Subject: [PATCH] Tyop. --- scripts/supybot-wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard.py b/scripts/supybot-wizard.py index 329dbacc2..e633e8f35 100755 --- a/scripts/supybot-wizard.py +++ b/scripts/supybot-wizard.py @@ -391,7 +391,7 @@ def main(): if u.checkCapability('owner'): myPrint("""That user already exists, and has owner capabilities already. Perhaps you added it before? """) - if yn('Do you want to remove the its owner capability?')=='y': + if yn('Do you want to remove its owner capability?')=='y': u.removeCapability('owner') ircdb.setUser(id, u) else: