commit f27cfc5ff906ef92bd82aa984994b3410538c7a8 parent 709a5000de8f9a70fa75e8f528181c018be74bd7 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sat, 21 Nov 2020 02:30:33 -0500 Expand readme Diffstat:
M | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -4,3 +4,12 @@ A quick bot I made in Python to learn the basics of making IRC bots. Set this bot up on your server and run `,tbhelp` to get a list of the commands the bot supports. + +To set this bot up for your server, you just have to edit the following +variables to conform to your server's parameters: + +* `server` +* `port` +* `channels` + +By default, this bot will connect using SSL.