PDA

View Full Version : some small requests for next version..


zOrP
05-27-2006, 08:19 AM
Hi neoxed..

Thnx for this great script.. nice to see scripts are still being developed.

one thing though.

Would be nice with a cookie.txt.

Is it possible to get tagline in newdir?
and a version script + support for warchive would be nice.

i think alcobot quite covers everything else.. :)

neoxed
05-27-2006, 12:41 PM
Hehe thanks. nxTools cookies are listed in readme.txt (section 5, "Text Templates").

I'll add a module for Warchive support as well.

zOrP
05-27-2006, 01:22 PM
thnx.. :)
off course i skipped part 5.. ;)


ive been trying to make that module myself..

but its a bit more advanced, since its not only log reading. but changing some cookies to data.. :X

zOrP
05-27-2006, 09:09 PM
And would be nice if u could log site pres to a .log file..

So alcobot could catch it, and enable !pres

for last pres.. :)

neoxed
05-28-2006, 01:23 PM
AlcoBot.conf:
#### Module: Pre Times
#
# Name: pretimes
# Info: Display and search for release pre times.
#
# addOnPre - Add releases to the database when pre'd (PRE log event).
# database - Database URI string, specifies the database to use.
# defLimit - Default time limit, in minutes, until a release is considered
# late. This can be set on a per-section basis with "pretime=<mins>".
# searchPres - Allow users to search the pre database (using !pre, !predb, or !pregroup).
# showOnNew - Show pre time when a directory is created (NEWDIR log event).
#

zOrP
05-28-2006, 03:10 PM
but that would take a predb to work right?

I meen a function that shows the latest rls, that was pre'ed on site... :)

neoxed
05-28-2006, 04:32 PM
Use "SITE PRE HISTORY" then.

spirit
05-31-2006, 07:33 PM
Hi
i got a small 1 i think

The thing is if u do site request yourrequest u will see while doing site requests cmd that there is the time since when this request has been added but if u do !requests at the channel then there is no info like that - is it possible to add if its not that hard ofcourse???
tnx
cu later

neoxed
05-31-2006, 07:39 PM
spirit: Take a look at variables.txt...just add the %(age) cookie to the request theme.

spirit
06-01-2006, 04:26 AM
yea works gr8 thanks Neoxed - i forgot that i can configure that by myslefl. Tnx again

zOrP
06-04-2006, 07:51 PM
Btw, is it possible to modify it for ranked user/group output?

i tried copying this from dzsbot.tcl

set binary(IOGROUP) "C:/ioFTPD/scripts/iogroups/iogroups.exe"

if [regexp {rank:[^\"| ]+} $output rankeduser] {
set zs_user [lindex [split ${rankeduser} :] 1]
set result [exec $binary(IOGROUP) template=2 ranking ${zs_user}]
set output [replacevar $output "rank:${zs_user}" "${result}"]
}

and adding it to modreadlogs.tcl.
didnt help much though.. :x

neoxed
06-05-2006, 02:16 AM
You would have to write a module that hooks events (e.g. STATS) from modReadLogs, and then parse the output from there.

And in case you're wondering, things like these will never be incorporated for several reasons. Ugly hack for a trivial feature
Introduces dependencies on external files (ioGroups.exe)
Platform specific (i.e. doesn't work with glFTPD)

zOrP
06-05-2006, 09:06 AM
hmm..
but is there no way to implement it without iogroups then.

I've seen this for glftpd too, so it should be doable to make something that works for both.. :x

zOrP
06-11-2006, 07:15 AM
Is it possible to add to autonuke, a backfill autonuke function then?

Since alcobot is connected on site, make it catch announce from a prebot, and when backfill is included, it would go on ftp and nuke?
:)

and maybe a global search..
So when u have several sites u just do !searchall and get 1 query instead of many.. :)

neoxed
06-11-2006, 06:06 PM
Is it possible to add to autonuke, a backfill autonuke function then?I have stated many times that I will not add this. If you want to, feel free to write it and post it as a third party module.

and maybe a global search..
So when u have several sites u just do !searchall and get 1 query instead of many.. :)This would take far too much time for something so simple, but maybe sometime further down the road. I'll keep it in mind for when I move AlcoBot away from Eggdrop to function as a standalone IRC bot.

ArtX
08-08-2006, 11:58 AM
i have a little request is it possiable to make the complete line look like

--COMPLETE-- (some.rls [ 695mB in 49F at 835kB/s - 14m 12s ] was completed by 5 racer(s) from 2 group(s). Compression method: m0. Slowest upload by someone/iND at 185KB/S. Fastest upload by someone
--STATS-- UserTop:
--STATS-- 1. test1/iND [237.3M/17F/34.1%/385KB/s]
--STATS-- 2. test2/iND [186.0M/13F/26.8%/317KB/s]

--STATS-- GroupTop:
--STATS-- 1. test1 [652.2M/46F/93.8%/338KB/s]
--STATS-- 2. test2 [42.9M/3F/6.2%/980KB/s]

or something like that - instaed of it being bunched together all on one line

or is this an iosfv issue ?

thanks

tuff
08-08-2006, 01:18 PM
this is an ioSFV issue, and as far as im aware, all the cookies you need for your requested output are already there

ArtX
08-08-2006, 02:47 PM
ye i think i have found where i need to edit :) - reading code like that after a long day at work its easy to miss things :p

thanks


seem to be getting another error now

can't read "ident(kludge)": no such variable
while executing
"if {!$ident(kludge)} {
switch -- "[identoff]" {
"0" { putlog "Identd Already Disabled." }
"1" { putlog "Identd: Disabled." }
..."
(procedure "readable:ident" line 19)
invoked from within
"readable:ident sock1516 127.0.0.1 1125"

has anyone seen this before ? - it only seems to happen when i use alcobot if i use iobanana it works fine :/

tuff
08-08-2006, 03:57 PM
eh? that has nothing to do with iosfv`s output, and nothing to do with your previous question *confused*

zOrP
08-08-2006, 07:47 PM
Carpo what other scripts are u running on your eggdrop ?

Check all lines that end with
.tcl
in your eggdrop.conf

ArtX
08-09-2006, 10:58 AM
apart from the ones that are allready set to load as default, just the ident tcl and alcobot tcl - dont know if this is relevent but when ever i issue a cmnd in chan nothing happens - bot pings out - it trys to reconnect and that error pops up, and it will repeat that problem if i try to issue commands to it again