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