This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 58 matches

by Kimmi
Tue Aug 08, 2006 7:13 pm
Forum: Script Requests
Topic: irc2html thingy...
Replies: 12
Views: 6962

Tosser^^ tywm it worked!! few bugs but sorted that out... and I see what you meen metroid, how do I make it only remove the last line and not reset the hole, when it gets to the "max line number I have set" but, is it easy to implement a list of showing all people on the channel, and topic ?
by Kimmi
Tue Aug 08, 2006 2:05 pm
Forum: Script Requests
Topic: irc2html thingy...
Replies: 12
Views: 6962

okey, now the script starts and I get "i2h (irc2html) loaded"

but, now it dont print anything to file....
like haua.html is empty, something must be changes, cuz the initial code on the top, worked. only nick wasnt showing there.
by Kimmi
Tue Aug 08, 2006 8:34 am
Forum: Script Requests
Topic: irc2html thingy...
Replies: 12
Views: 6962

okey... [13:29] can't read "sec": no such variable while executing "puts $file "<meta http-equiv=\"refresh\" content=\"$sec\">"" (procedure "i2h:update" line 6) invoked from within "i2h:update" (file "scripts/html2.tcl" ...
by Kimmi
Tue Aug 08, 2006 8:28 am
Forum: Script Requests
Topic: irc2html thingy...
Replies: 12
Views: 6962

thanx guys! But I do get an error on line 11 bind pubm - "$::i2h(chan) *" i2h:log [13:26] can't read "::i2h(chan)": no such element in array while executing "bind pubm - "$::i2h(chan) *" i2h:log" (file "scripts/html2.tcl" line 11) invoked from within...
by Kimmi
Mon Aug 07, 2006 7:20 am
Forum: Script Requests
Topic: irc2html thingy...
Replies: 12
Views: 6962

set buf {} set maxlines 5 ;# lines set refresh 30 ;# seconds bind pubm - "#channel *" foo proc foo {n u h c t} { if {[llength $::buf] == $::maxlines} { set ::buf [lreplace $::buf 0 0] } lappend ::buf [list $n $t] } proc bar {sec} { if ![catch {set fd [open /path/to/convo.html w]}] { puts ...
by Kimmi
Mon Aug 07, 2006 7:04 am
Forum: Script Requests
Topic: irc2html thingy...
Replies: 12
Views: 6962

irc2html thingy...

Hello I have been looking for a script that does a "screen" on a irc channel and makes a html file, including all users on channel and all chat and actions. I tryed a script called irc2html.tcl, but its 8 years old and didnt support current eggdrop version. Anyone that know of a newer vers...
by Kimmi
Wed Apr 20, 2005 2:09 pm
Forum: Archive
Topic: imitate script
Replies: 7
Views: 3581

thanx
by Kimmi
Tue Apr 19, 2005 8:54 am
Forum: Archive
Topic: imitate script
Replies: 7
Views: 3581

:p I have looked there.. but I dont understand programing... I just dont understand how tcl and all that other stuff works...

anyone else that can help me plz.
by Kimmi
Tue Apr 19, 2005 6:49 am
Forum: Archive
Topic: imitate script
Replies: 7
Views: 3581

[censored]... I got a problem... how can I make this script only work in one channel ?
by Kimmi
Tue Apr 19, 2005 5:16 am
Forum: Archive
Topic: imitate script
Replies: 7
Views: 3581

imitate script

Hello... Im not sure how to explain this. Im looking for a script that does this: <Dude> Hello <Bot> Hello <Girl> Hi <Bot> Hi <Mann> bla bla bla bla <Bot> bla bla bla bla hehe.. anyone understand what script Im looking for, a bot that says the exate same thing as some person does in a chan., just a ...
by Kimmi
Tue Feb 01, 2005 10:49 am
Forum: Archive
Topic: botnet script....
Replies: 6
Views: 3089

Nope, it doesnt... I have allready tested that...
^DooM^ plz.. help me If U can..

Kimmi
by Kimmi
Mon Jan 31, 2005 7:21 pm
Forum: Archive
Topic: botnet script....
Replies: 6
Views: 3089

okey... but I did a search in the tcl, and there are 3 places where "net:bot:wop" is mentioned. if {[matchattr $h bB] && [matchattr $h o|o $c] && [islinked $h]} { net:bot:wop $h net:wop [net:do:encrypt $c] if {[lsearch $needop($c) $h] == -1} { lappend needop($c) $h } return...
by Kimmi
Mon Jan 31, 2005 2:41 pm
Forum: Archive
Topic: botnet script....
Replies: 6
Views: 3089

botnet script....

Hello Im running SpeeNet 2.33 and eggdrop 1.6.16. I have a botnet of 8 bots, but there is one bot that I want in a channel alone, and not with the other bots. I get the bot in the channel alone, but I get ann "error" in all of the other bots saying... "Tcl error [net:bot:wop]: illegal...
by Kimmi
Mon Nov 29, 2004 1:19 pm
Forum: Archive
Topic: Xmas|$nick
Replies: 18
Views: 5687

thanx, worked now :)
by Kimmi
Mon Nov 29, 2004 12:06 pm
Forum: Archive
Topic: Xmas|$nick
Replies: 18
Views: 5687

okey.. but can U show it to me, cuz Im not sure how the code should look....