Advanced IRC Bot (Build in Python) - Simple As That.
Python CSS
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
plugins
source
AUTHORS
CHANGELOG
README
bot.conf
bot.py

README

##################################
#	Soomboot-IL		 #
#	Version 2.0.1		 #
##################################

===============
=Installation:=
===============

1) Edit bot.conf to your settings:

	!-----------------------------------------------------------!
	!The bot section must be there, even the password option.!
	!-----------------------------------------------------------!

	- Description for the bot.conf file:
		[bot] -> This is the bot section
		nick=foobot -> Here we give to the bot a nickname
		password=changeme -> This is the password for the admins
		admins=admin1, admin2, admin3 - > Which nicks are admins
		server=irc.freenode.net -> The server to connect
		port=6667 -> The port of the server
		channel=#channel -> The channel that the bot should be there.
		prefix=. -> Regular command prefix
		aprefix=@ -> Admin command prefix
		plugins=plug1,plug2 -> Loading plugins at startup
*optional*	vhost=domain.example.com -> Vhost for the bot
		[nickserv] -> Nickserv auto identify section
		password=changeme -> the bot's password on NickServ

2) Make sure you have a directory called "logs" with writing permissions

3) Write in the console: python bot.py

4) Now the bot is running! 


===========
=Admin builtin commands:=
===========

@shutdown -> Will turn off the bot
@restart -> Will restart the bot
@rehash -> Will rehash the configuration
@join <#channel> -> Will join to a channel
@part <#channel> - will part a channel	
	
@plugin -> load <plugin> -> Will load a plugin
	   rload <plugin> -> Will reload a plugin
	   unload <plugin> -> Will unload a plugin from the bot
	   list - Will show all the plugins, and will put '*' near the activiated plugins.