.BANCHO. .FIX. ...

This commit is contained in:
Nyo 2016-07-14 18:01:55 +02:00
parent a89ad31017
commit 4560e9d32b
2 changed files with 2 additions and 2 deletions

View File

@ -584,7 +584,7 @@ class Server:
serversocket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
serversocket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
try:
serversocket.bind(("127.0.0.1", self.port))
serversocket.bind(("0.0.0.0", self.port))
except socket.error as e:
log.error("[IRC] Could not bind port {}:{}".format(self.port, e))
sys.exit(1)

View File

@ -1 +1 @@
1.6.2
1.6.3