From 9ef1b49780c110d7ded0ee77c94573b7d22bc14f Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Fri, 29 Apr 2011 20:10:01 +0000 Subject: changing port to 8001 --- diff --git a/purk/core.py b/purk/core.py index ca0409c..acc23b9 100644 --- a/purk/core.py +++ b/purk/core.py @@ -84,7 +84,7 @@ class Client(object): def run_command(self, command): self.core.run_command(command) - def join_server(self, network_name, port=6667): + def join_server(self, network_name, port=8001): command = 'server '+ network_name + ' ' + str(port) self.run_command(command) -- cgit v0.9.1