mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Forgot to convert back to the one-name system.
This commit is contained in:
parent
36163997d2
commit
7be6ce500f
@ -229,7 +229,7 @@ if __name__ == '__main__':
|
||||
password = something('What should the owner\'s password be?')
|
||||
(id, user) = ircdb.users.newUser()
|
||||
user.setPassword(password)
|
||||
user.names.add(owner)
|
||||
user.name = owner
|
||||
user.addCapability('owner')
|
||||
while yn('Would you like to add a hostmask for the owner?') == 'y':
|
||||
user.addHostmask(something('What hostmask?'))
|
||||
|
Loading…
Reference in New Issue
Block a user