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

by ipone
Fri Jul 30, 2010 10:23 pm
Forum: Script Requests
Topic: Count triggers in a channel
Replies: 1
Views: 1813

Count triggers in a channel

I have been looking around on the forum, and also the tcl-Archive to try to find what im looking for, but no sucess. I would like to have a small script that counts a specific trigger in a channel. So lets say it like this <ME> !help <SOMEOTHERDUDE> !help <ME> !count <BOT> The trigger !help have bee...
by ipone
Sat Jan 10, 2009 11:24 am
Forum: Scripting Help
Topic: [SOLVED] Nickname/Uhost tracker script
Replies: 20
Views: 20693

Well now it works! and i really love it! cannot thank you enough!

Can mark it as [SOLVED] :D

edit: and i renamed it.
by ipone
Sat Jan 10, 2009 11:03 am
Forum: Scripting Help
Topic: [SOLVED] Nickname/Uhost tracker script
Replies: 20
Views: 20693

Really loves your fast answers. :D

But sadly its still duplicating the nicks, But there are not any blank lines, that one works now. So just one problem left and thats the duplicate.
by ipone
Sat Jan 10, 2009 3:25 am
Forum: Scripting Help
Topic: [SOLVED] Nickname/Uhost tracker script
Replies: 20
Views: 20693

now i feel like a pain in the ass, :D but it still dosent work, updated with the script you edited. and det txt still looks like this. Heres a part of the txt file, just so you know how it looks for me. Note for example the user 'nibbb' has the same nick three times on the same line. That user join/...
by ipone
Fri Jan 09, 2009 7:15 am
Forum: Scripting Help
Topic: [SOLVED] Nickname/Uhost tracker script
Replies: 20
Views: 20693

that was so awesome, it works just like i want it. just some small fixes, i think. When a person /hop the channel to rejoin it. And if he has the same nick that is already in the txt file it adds the same nick. for example. you,yew,yoo,yoo,yoo,yoo,yoo<mike@154.153.149.70.cfl.res.rr.com and also ther...
by ipone
Thu Jan 08, 2009 9:52 am
Forum: Scripting Help
Topic: [SOLVED] Nickname/Uhost tracker script
Replies: 20
Views: 20693

[SOLVED] Nickname/Uhost tracker script

Hey eveyone. I need a script that do this. *Log hosts and the nick to that host in a txt file. like this. * eggie (eggdrop@12.13.53.63) has joined #fubar * eggie (eggdrop@12.13.53.63) has left #fubar * whatever (eggdrop@12.13.53.63) has joined #fubar * whatever (eggdrop@12.13.53.63) has left #fubar ...
by ipone
Thu Oct 18, 2007 12:20 pm
Forum: Script Requests
Topic: Log all Kills and Glines.
Replies: 0
Views: 1393

Log all Kills and Glines.

Hey, i have looked around and cant find a verry simpel script that just Logs Kills and Glines. I want it to log it to a .log file something like this,

#Kill By:Nick User Reason
#Gline By:Nick User Reason


i hope someone know how to do this. :D
by ipone
Wed Aug 22, 2007 9:49 am
Forum: Scripting Help
Topic: Search and write file.
Replies: 5
Views: 3639

Now i have tested many things to make this work, and it just will not work :/
by ipone
Tue Aug 14, 2007 10:00 pm
Forum: Scripting Help
Topic: Search and write file.
Replies: 5
Views: 3639

thats look pretty sweet, but i dont really understand how the tcl file should look like for it to work? im new at this so can u help me with that? i want i to logg the nicks an uhost like nick1,nick2,nick3@$uhost everytime somone joins the channel.. or if someone else have an ide.
by ipone
Thu Jul 19, 2007 2:43 pm
Forum: Scripting Help
Topic: Search and write file.
Replies: 5
Views: 3639

Was almost that i where looking for. I was wondering something about this code.. #if uhost present in list delete that line write the new nick and uhost to file if {[info exists host:found]} { set user "$nick $host" set i [lsearch -exact [split [string tolower $datalist]] [split $user]] se...
by ipone
Wed Jul 18, 2007 11:21 am
Forum: Scripting Help
Topic: Search and write file.
Replies: 5
Views: 3639

Search and write file.

Hey, I've just done a simple little code and It's working as planned. Although I would like to be able to have X host in the nicks.txt file so that if that same X joins the channel the new nickname of that X will be put in the same line. (associated with the old nicknames) BUT! here's the catch, if ...
by ipone
Wed Jun 27, 2007 6:02 pm
Forum: Scripting Help
Topic: A trigger notice script (newb need some help)[SOLVED]
Replies: 2
Views: 2183

ooh sweet. thanks. now i know little more about tcl-scripting. this forum is going to be verry usefull :D
by ipone
Wed Jun 27, 2007 3:27 am
Forum: Scripting Help
Topic: A trigger notice script (newb need some help)[SOLVED]
Replies: 2
Views: 2183

A trigger notice script (newb need some help)[SOLVED]

Hey im a total newb when it comes to tcl scripting for eggdrops. I was trying to make a simpel trigger script for multiple channels i know its already have been done and i can download it and add it to the bot. but i figerd that if i want to learn tcl i need to do i myself. set trigger "!help&q...