Fix mention of Freenode

This commit is contained in:
Michael Scherer 2021-07-02 11:17:20 +02:00
parent c190cd5fa7
commit 3b8504f293
2 changed files with 4 additions and 4 deletions

View file

@ -26,14 +26,14 @@ def process_args():
)
parser.add_argument(
'-n', '--nick', default=None, dest='nick',
help="NICK to use when connecting to freenode.",
help="NICK to use when connecting to irc.",
)
parser.add_argument(
'-d', '--debug', default=False, action='store_true',
help='Print out debug information.', dest='debug',
)
parser.add_argument(
'-H', '--host', default='irc.freenode.net',
'-H', '--host', default='irc.libera.chat',
help='Host to connect to.', dest='host',
)
parser.add_argument(