diff options
| author | Cerapter <cerap@protonmail.com> | 2018-09-04 21:19:10 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-09-04 21:19:10 +0200 |
| commit | 4f30afa51d84be5ea16911b7e4fbd545a87e24b3 (patch) | |
| tree | 4d5c6bb631aa4c5d3ad4661f67f1c1d76725d709 /server/aoprotocol.py | |
| parent | 1124d6b073546bacd58bce640bbcc08db4f8b341 (diff) | |
The server now announces what features it has.
I'm not sure why I did this.
Diffstat (limited to 'server/aoprotocol.py')
| -rw-r--r-- | server/aoprotocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/aoprotocol.py b/server/aoprotocol.py index e9131a59..21b0daa8 100644 --- a/server/aoprotocol.py +++ b/server/aoprotocol.py @@ -213,7 +213,7 @@ class AOProtocol(asyncio.Protocol): self.client.is_ao2 = True - self.client.send_command('FL', 'yellowtext', 'customobjections', 'flipping', 'fastloading', 'noencryption', 'deskmod', 'evidence') + self.client.send_command('FL', 'yellowtext', 'customobjections', 'flipping', 'fastloading', 'noencryption', 'deskmod', 'evidence', 'modcall_reason', 'cc_customshownames', 'characterpairs', 'arup') def net_cmd_ch(self, _): """ Periodically checks the connection. |
