This commit is contained in:
Jeremy Fincher 2003-10-10 03:22:04 +00:00
parent 816d59b141
commit 5793283e70

View File

@ -391,7 +391,7 @@ def main():
if u.checkCapability('owner'): if u.checkCapability('owner'):
myPrint("""That user already exists, and has owner capabilities myPrint("""That user already exists, and has owner capabilities
already. Perhaps you added it before? """) 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') u.removeCapability('owner')
ircdb.setUser(id, u) ircdb.setUser(id, u)
else: else: