Module submission - bobotpp

Stelz stelzy at gmail.com
Thu Jun 29 04:03:35 UTC 2006


module name       : bobotpp
suggested section : net
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n


Very flexible irc-bot written in c++ and using guile schema fo scripting.
Powerful with "brains".. and i am one of the maintainers of this program :)

-------------- next part --------------
--- bobotpp/BUILD	1970-01-01 03:00:00.000000000 +0300
+++ bobotpp/BUILD	2006-06-29 01:46:01.929214500 +0400
@@ -0,0 +1,8 @@
+(
+
+  default_build  &&
+  install -m 644 -t /usr/share/bobotpp/scripts scripts/bot.scm scripts/boulet scripts/country scripts/eval scripts/hello scripts/log.scm \
+						scripts/scheme_add_user scripts/tamere scripts/uname scripts/uptime  &&
+  install -m 644 examples/*.* /usr/share/bobotpp
+
+) > $C_FIFO 2>&1
--- bobotpp/DEPENDS	1970-01-01 03:00:00.000000000 +0300
+++ bobotpp/DEPENDS	2006-06-29 00:25:06.377761500 +0400
@@ -0,0 +1,4 @@
+optional_depends	"guile" \
+			"" \
+			"--disable-scripting" \
+			"for scripting support in Guile Scheme"
--- bobotpp/DETAILS	1970-01-01 03:00:00.000000000 +0300
+++ bobotpp/DETAILS	2006-06-29 06:59:26.684438250 +0400
@@ -0,0 +1,25 @@
+          MODULE=bobotpp
+         VERSION=2.2.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.savannah.gnu.org/releases/$MODULE/
+      SOURCE_VFY=sha1:e832288efe8a2ee1e4860df363df2528657cfab1
+        WEB_SITE=http://unknownlamer.org/code/bobot.html
+         ENTERED=20060629
+         UPDATED=20060629
+           SHORT="A Flexible IRC Bot written in clean C++"
+
+cat << EOF
+Features:
+    o Multichannel: A bobot++ can join as many channels as you want it to.
+    o Flood control: It will ignore people flooding it.
+    o Output rate control and priority handling: The bobot++ will send its commands to the server at the highest possible rate.
+    o Time dependant commands: you can ban people for a fixed amount of time. This is really useful in order not to fill the banlist.
+    o Complex online help system: each user can have the list of the commands he can execute. Each command has its description in the help system.
+    o Four user levels (user, trusted user, friend and master), three different protections (no kick, no ban and no deop) and possible auto-op.
+    o Support for combined join and channel op of 2.9 servers on IRCNet.
+    o Logging of commands and events.
+    o Intelligent ban and deban.
+    o Password protection on accounts, expiration dates on user accounts.
+    o Anti-spoof: one can not acquire operator priviledges spoofing the bot.
+    o Optional support of scripts written in Guile Scheme.
+EOF
-------------- next part --------------
lvu submit bobotpp 7d0c99dd2457b21c0122e6edf3e31c07  -
2.6.16 2.6.12 gcc-3.4.5 glibc-2.3.6



More information about the Lunar mailing list