Skip to content

Commit

Permalink
Fix: update @ports command to reflect the state of OpenTTD 12 (#102)
Browse files Browse the repository at this point in the history
Bit late to the party, but what can I say.
  • Loading branch information
TrueBrain committed Aug 8, 2022
1 parent 9d7a42d commit 4c326fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/OpenTTD/plugin.py
Expand Up @@ -63,8 +63,8 @@ def __init__(self, irc):
def ports(self, irc, msg, args):
"""takes no arguments"""
irc.reply(
"OpenTTD uses TCP and UDP port 3979 for server <-> client communication, "
"UDP port 3978 for masterserver (advertise) communication (outbound), "
"OpenTTD uses TCP port 3979 for server <-> client communication, "
"UDP port 3979 for LAN discovery, "
"and TCP port 3978 for content service, a.k.a. BaNaNaS (outbound)"
)

Expand Down

0 comments on commit 4c326fa

Please sign in to comment.