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 17 matches

by Nivko
Mon May 08, 2006 1:42 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Nope, he works a couple of minutes and after that he isnt working anymore..
by Nivko
Sun May 07, 2006 2:08 pm
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Thanks all, working perfect!
by Nivko
Sun May 07, 2006 2:03 pm
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Ok i gonna test :)
by Nivko
Sun May 07, 2006 1:56 pm
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Ok i will save on every 10 seconds should i use this:? bind time - ?10* savelist bind join - * addtolist bind part - * remfromlist bind sign - * remfromlist if {![file exists online.txt]} { close [open online.txt w] } set nicklist [split [read [set oltxt [open online.txt]]] \n][close $oltxt] proc sa...
by Nivko
Sun May 07, 2006 11:47 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

So this: proc addtolist {nick uhost hand chan} { global nicklist set nick [string tolower $nick] if {[lsearch -exact $nicklist $nick] == -1} { lappend nicklist $nick savelist } } proc remfromlist {nick uhost hand chan rsn} { global nicklist set nick [string tolower $nick] if {[set i [lsearch -exact ...
by Nivko
Sun May 07, 2006 11:29 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Why it isnt recommed? BTW is this good without timer?: bind join - * addtolist bind part - * remfromlist bind sign - * remfromlist if {![file exists online.txt]} { close [open online.txt w] } set nicklist [split [read [set oltxt [open online.txt]]] \n][close $oltxt] proc savelist args { set file [op...
by Nivko
Sun May 07, 2006 11:24 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Sorry, but i need live if somone parts he must write and joins too:$
by Nivko
Sun May 07, 2006 10:29 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Uhm, i cant script TCL... Could you make it for me..
by Nivko
Sun May 07, 2006 9:49 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Ok, thanks that is the first part of the script 8)

Now how remove the line if somone parts :x
by Nivko
Sun May 07, 2006 9:19 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Code: Select all

bind join - * join_onjoin

proc join_onjoin {nick uhost hand chan} {
set txt [open "online.txt"] 
   puts $txt "$nick"
}
by Nivko
Sun May 07, 2006 8:28 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Ok, i find the write section but not the remove (For removing the line's)
by Nivko
Sun May 07, 2006 7:24 am
Forum: Script Requests
Topic: Writing to a TXT
Replies: 20
Views: 13924

Writing to a TXT

Hi,

Can somone help me with this script:

If people join the channel #blaat the bot must write the nickname to a .txt , if the people leaves #blaat he must he delete the people's name from the .txt.


Thanks.
by Nivko
Thu Nov 17, 2005 3:40 pm
Forum: Script Requests
Topic: [REQ] Live-Stats
Replies: 7
Views: 12605

Is there not a eggdrop script what is working?
by Nivko
Thu Nov 17, 2005 4:14 am
Forum: Script Requests
Topic: [REQ] Live-Stats
Replies: 7
Views: 12605

Hehe, ye with web.. And where i can find stats.mod ? :roll:
by Nivko
Wed Nov 16, 2005 1:26 pm
Forum: Script Requests
Topic: [REQ] Live-Stats
Replies: 7
Views: 12605

[REQ] Live-Stats

Have somone livestats for a channel who in the channel? What is LIVE and not updated in x minutes?