oragono: Use new registration command

This commit is contained in:
Daniel Oaks
2017-05-10 08:38:10 +10:00
committed by Valentin Lorentz
parent f71badbbc1
commit 0c12e0ed20

View File

@ -123,7 +123,7 @@ class OragonoController(BaseServerController, DirectoryBasedController):
while case.getRegistrationMessage(client).command != '001':
pass
list(case.getMessages(client))
case.sendLine(client, 'REG CREATE {} passphrase {}'.format(
case.sendLine(client, 'ACC REGISTER {} passphrase {}'.format(
username, password))
msg = case.getMessage(client)
assert msg.command == '920', msg