mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 11:12:47 +01:00
Tyop.
This commit is contained in:
parent
816d59b141
commit
5793283e70
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user