oonbotti2/README

30 lines
941 B
Plaintext
Raw Normal View History

2015-01-21 16:10:30 +00:00
Not that ugly IRC bot. In fact, ircbot.py is quite nice.
2018-07-08 19:35:37 +00:00
(3 years later) Actually, I take that one back. That's quite horrible.
eliza.py is not part of oonbotti2, and is under a BSD-style license. Original
can be found at http://www.jezuk.co.uk/cgi-bin/view/software/eliza
Setup
-----
You should create following files:
trusted.txt: People that have access to #op and friends. Format is
2018-07-09 19:55:52 +00:00
"##ingsoc nortti\n##ingsoc foobar\n". The account names are case
sensitive.
2018-07-08 19:35:37 +00:00
gods.txt: Same as above, except can't be #untrust'ed
msgs.txt: Messages that haven't been delivered. Leave it empty
2021-01-20 18:06:16 +00:00
bot.conf: See bot.conf.example
2018-07-08 19:35:37 +00:00
2021-01-20 18:06:16 +00:00
Run `python3 ircbot.py`
2018-07-08 19:35:37 +00:00
Console commands
----------------
2021-01-20 18:06:16 +00:00
q: Quit
2018-07-08 19:35:37 +00:00
You can also run arbitrary IRC commands by prefixing them with '/'. The command
is converted to upper case, but line is otherwise sent raw
2015-01-21 16:10:30 +00:00
Contributions
-------------
* FireFly: Join back to auto-join channels on /invite (original)