
(back to the tools page)
config channel #ml-class supybot.plugins.Web.titleSnarfer false to deactive the titleSnarfer command of the Web plugins solely for the @ml-class channel
config supybot.reply.whenNotCommand False to ignore wrong commands
channel ignore add #wikis *!*@* : ignore message from users in this channel
channel ignore add... instead of just channel ignore...
identify <name> <password> : identify to the bot
load plugin : load a specified plugin
list plugin : list the available command of a plugin
help plugin command : description of how a command should be used
more : continue to print the current buffer
config plugins.plugin.option value : set the value of a variable of a plugin
config list plugin : list the variables of a plugin
config help plugins.plugin.option : description of what a configuration variable does
/usr/bin/php on Debian apply apt-get install php5-cli
wikinumberoffiles
Goal is to motivate discussion by randomly picking a topic from a base off topic when nobody has talked for a while.
(crontab or better, check the RSS plugin as it periodically do checks) #get the time of the last activity in the channel tail path/channellogfile | grep -v "-!-" | sed -e "s/ <.*//" > time if (now()-time) < 10min # not need to check for flood as msg would appear in the logs anyway random quote
My notes on Tools gather what I know or want to know. Consequently they are not and will never be complete references. For this, official manuals and online communities provide much better answers.