mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
oragono: Use new registration command
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user