1
0
mirror of https://github.com/progval/irctest.git synced 2025-04-07 07:49:52 +00:00

oragono: Fix ACC command

This commit is contained in:
Daniel Oaks
2018-04-15 19:36:39 +10:00
parent a47e42f562
commit afec48d26b

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