3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-17 23:52:49 +01:00

faq: fix formatting in the connection troubleshooting guide

(cherry picked from commit f1f8f91bd7)
This commit is contained in:
James Lu 2017-07-31 00:27:48 +08:00
parent 5d000c9930
commit 381d96552b

View File

@ -16,7 +16,7 @@ You must use **spaces** and not tabs to indent your configuration file! (`\t` is
As a general guide, you should check the following before asking for support:
1) Is the target network's IRCd showing failed connection attempts?
- Is the target network's IRCd showing failed connection attempts?
- If not:
1) Is PyLink connecting to the right port (i.e. one the IRCd is listening on?)
2) Is the target network's IRCd actually binding to the port you're trying to use? If there is a port conflict with another program, the IRCd may fail to bind but *still start* on other ports that are free.