diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-06 18:08:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-06 18:08:52 +0800 |
commit | 93e8a75fe5f80aa961835902ce57b64e33d45ec9 (patch) | |
tree | 30e4ae912e5fba95a4d5fcd287b8c5f9d8b63fb2 /irc/Makefile | |
parent | ebf3c4c917679fc67294088e7eae188ec81a539c (diff) | |
download | freebsd-ports-gnome-93e8a75fe5f80aa961835902ce57b64e33d45ec9.tar.gz freebsd-ports-gnome-93e8a75fe5f80aa961835902ce57b64e33d45ec9.tar.zst freebsd-ports-gnome-93e8a75fe5f80aa961835902ce57b64e33d45ec9.zip |
gozerbot is a modular Python IRC and Jabber bot
Features:
* user management by userhost .. bot will not respond if it doesn't know you
* fleet .. use more than one bot in a program (list of bots)
* use the bot through dcc chat .. partyline
* fetch rss feeds.
* keep todo and shop lists
* karma
* quote
* remember items
* relaying between bots
* program your own plugins
* other stuff
WWW: http://www.gozerbot.org/
PR: ports/116456
Submitted by: Sten Spans <sten at blinkenlights.nl>
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 39e8698276e0..04e3a28cdcaf 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -91,6 +91,7 @@ SUBDIR += pure-emacs20 SUBDIR += pure-emacs21 SUBDIR += pure-xemacs21-mule + SUBDIR += py-gozerbot SUBDIR += py-irclib SUBDIR += py-supybot SUBDIR += py-supybot-plugins |