update readme
parent
7ded434a61
commit
2a809e185e
|
@ -4,14 +4,14 @@ phenny
|
||||||
This is an experimental port of phenny, a Python IRC bot, to Python3. Do not
|
This is an experimental port of phenny, a Python IRC bot, to Python3. Do not
|
||||||
expect it to work well or at all yet.
|
expect it to work well or at all yet.
|
||||||
|
|
||||||
Support for IPv6 has been added, and SSL support is in the works.
|
Support for IPv6 and SSL has been added. It appears that SSL support requires
|
||||||
|
Python 3.2.
|
||||||
|
|
||||||
Compatibility with existing phenny modules has been mostly retained, but they
|
Compatibility with existing phenny modules has been mostly retained, but they
|
||||||
will need to be updated to run on Python3 if they do not already.
|
will need to be updated to run on Python3 if they do not already.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
1. Run `./phenny` - this creates a default config file
|
1. Run `./phenny` - this creates a default config file
|
||||||
2. Edit `~/.phenny/default.py`
|
2. Edit `~/.phenny/default.py`
|
||||||
3. Run `./phenny` - this now runs phenny with your settings
|
3. Run `./phenny` - this now runs phenny with your settings
|
||||||
|
|
Loading…
Reference in New Issue