mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 11:34:06 +01:00
Removed factually incorrect information
This commit is contained in:
parent
37ce2de476
commit
1da16fc9e7
19
README
19
README
@ -22,21 +22,4 @@ Use PyChecker. Believe me, it makes things better.
|
|||||||
|
|
||||||
USERS:
|
USERS:
|
||||||
------
|
------
|
||||||
Read conf.py to see what kind of configuration options you have available. In
|
<to be inserted later, when scripts/setup.py is done>
|
||||||
order to actually connect to a server on the internet, you'll want to modify
|
|
||||||
the "drivers" option, changing the server "localhost" to the appropriate value.
|
|
||||||
You'll probably also want to change the channels that are joined by modifying
|
|
||||||
the configuration for the "callbacks.ChannelJoiner" callback. This should all
|
|
||||||
be done in a separate file, as per the example in sample.conf.
|
|
||||||
|
|
||||||
To run the bot, do it from this directory, like this:
|
|
||||||
|
|
||||||
src/bot.py
|
|
||||||
|
|
||||||
If you have your own configuration file (the bot will still use conf.py as its
|
|
||||||
set of defaults, but will override it with whatever it finds in your file) use:
|
|
||||||
|
|
||||||
src/bot.py -c yourconfig.py
|
|
||||||
|
|
||||||
I've included slightly patched versions of asyncore and asynchat so they don't
|
|
||||||
make PyChecker complain, and use some newer features (mostly {}.iter*) of 2.2.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user