PDA

View Full Version : Alcoholicz Sitebot (AlcoBot) v0.4.0


neoxed
10-07-2005, 10:55 PM
Changes:
NEW: Online stats module, to view bandwidth usage and user activity (!bw, !speed, !who, etc.).
NEW: Support for alternative user/group stores (e.g. ioShareDb). Access to ioFTPD's user and group files is now done using shared memory.
NEW: Tcl version check, to ensure Tcl v8.4, or newer, is present.
CHG: The ioFTPD directory is now found automatically using the message window, so the "rootPath" ioFTPD configuration option is no longer necessary.
FIX: Login/logout announce for glFTPD when users do not have a tagline.

Notes:
Even though the change log is quite short, there was approximately 3000 lines of changed code :p (for the external ioFTPD Tcl interface).

Download:

http://www.inicom.net/pages/en.ioftpd-scripts.php?id=126

Website:

http://www.alcoholicz.com

PaRaNoiD_JaCK
10-08-2005, 10:37 AM
Is there anyway to turn off the !help trigger for AlcoBot. I`ve tried removing the help module in the
AlcoBot.conf to stop it from loading but the windrop wont start then. This is the error.

Error:

[17:31] [AlcoBot] Starting...
[17:31] [AlcoBot] Loading libraries...
[17:31] [AlcoBot] Loading configuration...
[17:31] [AlcoBot] Loading modules...
[17:31] [AlcoBot] Module Loaded: nxtools
[17:31] [AlcoBot] Module Unloaded: help
[17:31] [AlcoBot] Error :: Modules - no such binding

I`ve also tried changing the trigger. But it`ll still paste when !help is used.

# Help module.
!???nxhelp = +target=notice

Everything else is working great tho. Nice bot. :)

neoxed
10-08-2005, 11:53 AM
Removing help from the modules option in AlcoBot.conf prevents the module from being loaded. I have tested this and it works as described. Maybe try restarting Eggdrop after removing the module.

PaRaNoiD_JaCK
10-08-2005, 12:35 PM
Yes it works now thanks. :)