the mg2bot 0.71 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News the mg2bot 0.71 (Default branch)
# 1  
Old 08-19-2008
the mg2bot 0.71 (Default branch)

the mg2bot is an IRC bot that was originally written to do unique channel maintenance but which now sports a homebrew plugin system, increased channel awareness, and a bot networking capability.License: Perl LicenseChanges:
This release fixes a scheduled event bug that caused the bot to freeze up in certain situations. It adds a wowitem plugin for looking up World of Warcraft items on wowhead. It adds random_quote, areacode, and emeter general bot plugins. It has a major overhaul of the calc plugin, which allows for the use of math functions like abs(), sqrt(), etc.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
JSONBOT(1)							    jsb manual								JSONBOT(1)

NAME
jsb-udp - The JSONBOT udp program SYNOPSIS
JSONBOT is a remote event-driven framework for building bots that talk JSON to each other over XMPP. jsb-udp can send txt in a udp packet to the bot which in his/her turn sends it to a channel. DESCRIPTION
Sometimes you want to have the output of a program send to a channel or conference the bot is participating in, for example logfiles (if they dont accumulate too fast). JSONBOT provides a plugin that can do this with the use of UDP packets send to the bot. This program is the client part and can be used to send txt pipelined into it to a UDP port on the listening bot. This bot will then forward the txt to the channel provided with the -p, --printto option. USAGE
Usage: jsb-udp [options] Options: --version show program's version number and exit -h, --help show this help message and exit -p PATH, --printto=PATH channel/user to print to -c CONFIGNAME, --config=CONFIGNAME Specify a config file -s, --save save to config file DOCUMENTATION
See http://jsonbot.org for more documentation or http://jsonbot.googlecode.com SEE ALSO
jsb(1), jsb-backup(1), jsb-init(1), jsb-irc(1), jsb-xmpp(1), jsb-fleet(1), jsb-stop(1), jsonbot(1) AUTHOR
This manual page was written by Bart Thate <bthate@gmail.com>, for the Debian GNU/Linux system (but may be used by others). Debian GNU/Linux 22 Nov 2011 JSONBOT(1)