summaryrefslogtreecommitdiff
path: root/chat/bitchbot
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-21Change to my @NetBSD.org addressadrianp1-2/+2
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-6/+6
their files via a custom do-install target.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-05-17Import bitchbot from pkgsrc-wip. Packaged by Adrian Portelli.minskim6-0/+103
Bitchbot is a GPL'ed perl-based IRC bot coded mainly for #gloom on irc.edgeirc.net. The bot has a wide variety of useful and useless features, to name a few: * factoids (bits of information about things) * Game server query support for all popular FPS titles (using qstat, www.qstat.org) * Message system for leaving short notes for people who are offline. * Configurable access list to allow users to manipulate certain features. * Channel operator commands (limited use; bitchbot wasn't designed to be a chanbot) * Last seen nickname to find out when a user was last on the channel. * Vote and poll on user defined topics. * Channel statistics (if your server can handle the horrible memory leaks) * Support for the cyborgizer and techifier toys from www.brunching.com. * A ton of other stuff you'll find from looking at the command reference.