iBot.py - OpenSource IRC Bot Code
Status: Alpha
Brought to you by:
mchohl
File | Date | Author | Commit |
---|---|---|---|
trunk | 2009-08-02 | mchohl | [r3] ADD: license.txt and readme.txt added. |
license.txt | 2009-08-02 | mchohl | [r3] ADD: license.txt and readme.txt added. |
readme.txt | 2009-08-02 | mchohl | [r3] ADD: license.txt and readme.txt added. |
How to install? --------------- Unzip this zip archive into a various directroy and install the PyIRCLib (http://python-irclib.sourceforge.net/). How to run? ----------- Run the application with at least this commando in the shell. python iBot.py irc.quakent.org irc.quaknet.org is only an example. Of course you could use every irc- server you want! After running this command line the bot is in the chat room #WELCOME with the name 'i' or if 'i' is already in use 'i_'. Now you could invite him into another irc channel. For inviting him send him a private message with the text 'invite #CHANNEL' (#CHANNEL must be the channel in which you want to invite the bot!). For getting a detailed help send a personal message with 'help' to the bot, to get a more detailed help of using it. What's my username/password for login? -------------------------------------- Some commands needs special premission. For getting this special premission you must be logged in. The login stuff is handled in config.py, there you can add a new user or change your actual password. With the default settings there exists only one user called 'admin' and the password of this account is 'admin' too. So you could login with sending a priv- atemessage with the text 'login admin:admin'.