Skip to content

Commit

Permalink
Update links to WHOIS spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Nov 12, 2021
1 parent e89584b commit b895539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions irctest/server_tests/whois.py
Expand Up @@ -199,7 +199,7 @@ def testWhoisUser(self, server):
def testWhoisNumerics(self, away, oper):
"""Tests all numerics are in the exhaustive list defined in the Modern spec.
TBD modern PR"""
<https://modern.ircdocs.horse/#whois-message>"""
self._testWhoisNumerics(authenticate=False, away=away, oper=oper)


Expand All @@ -214,7 +214,7 @@ def testWhoisNumerics(self, oper):
"""Tests all numerics are in the exhaustive list defined in the Modern spec,
on an authenticated user.
TBD modern PR"""
<https://modern.ircdocs.horse/#whois-message>"""
self._testWhoisNumerics(oper=oper, authenticate=True, away=False)

@cases.mark_specifications("Ergo")
Expand Down

0 comments on commit b895539

Please sign in to comment.