From dbcc622e7684880476fe07a03ddbc7967c66703d Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 18 Jan 2005 18:51:36 +0000 Subject: [PATCH] Fix an exception when adding the owner user. --- scripts/supybot-wizard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-wizard b/scripts/supybot-wizard index 1bdecfae5..aa7eddf4e 100755 --- a/scripts/supybot-wizard +++ b/scripts/supybot-wizard @@ -463,7 +463,7 @@ def main(): try: id = ircdb.users.getUserId(name) u = ircdb.users.getUser(id) - if u.checkCapability('owner'): + if u._checkCapability('owner'): output("""That user already exists, and has owner capabilities already. Perhaps you added it before? """) if yn('Do you want to remove its owner capability?',