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

by unb0rn
Tue Aug 11, 2009 10:47 am
Forum: Script Requests
Topic: Kick users with idle, only if you use a command
Replies: 5
Views: 2932

Will try that one, surely will work.

Thank you
by unb0rn
Tue Aug 11, 2009 9:45 am
Forum: Script Requests
Topic: Kick users with idle, only if you use a command
Replies: 5
Views: 2932

Amazing, thank you very much.
Oh, and by the way, why does the bot always kick's himself, and only then starts to kick the others users?
by unb0rn
Fri Aug 07, 2009 7:52 am
Forum: Script Requests
Topic: Kick users with idle, only if you use a command
Replies: 5
Views: 2932

Kick users with idle, only if you use a command

Well, ill try to keep it simple, i already search the site for it, but can't find one like what i want. I want a tcl that ONLY if a use a command like !idle , it detect's if someone have an idle bigger that, let's say, 1 hour, and kick's them from the channel, and if possible, not kicking users with...
by unb0rn
Wed Mar 25, 2009 7:19 pm
Forum: Scripting Help
Topic: Help with script to say all nicks from chan
Replies: 16
Views: 10784

I have no idea what i'm doing wrong, but i can't get it to work properly with the "flood protection" ;/
i have to use it like this, otherwise it won't work more then once..
set vFlood 0
utimer 5
by unb0rn
Wed Mar 25, 2009 1:57 pm
Forum: Scripting Help
Topic: Help with script to say all nicks from chan
Replies: 16
Views: 10784

Once again i have to thank you for your help, but the reason why i don't know, but if i use the script, the only way to make it work again, i have to rehash it... ;/ i've been editing stuff, and i detected that if a change the "1" to "0", the problem stops, but the script doesn't...
by unb0rn
Wed Mar 25, 2009 5:29 am
Forum: Scripting Help
Topic: Help with script to say all nicks from chan
Replies: 16
Views: 10784

I detected a problem ;x I didn't change the time of wait before using the script again, to prevent flood, but, i do the command !nicks, and even if a wait 5s, or more(i tried waiting 2m, and the only thing that i see, is the message from flood), the command doesn't work, it always shows the message ...
by unb0rn
Tue Mar 24, 2009 1:27 pm
Forum: Scripting Help
Topic: Help with script to say all nicks from chan
Replies: 16
Views: 10784

Thank you, it's working perfectly.
by unb0rn
Tue Mar 24, 2009 8:01 am
Forum: Scripting Help
Topic: Help with script to say all nicks from chan
Replies: 16
Views: 10784

How do i set the limit of time of commands that the users can use? ex: someone: !nicks bot: ALL NICKS FROM THE CHANNEL someone: !nicks bot: you have to wait 5s, before using the command again I want to put a selected time, so they have to wait a couple of seconds, and not flooding the bot/server. an...
by unb0rn
Mon Mar 23, 2009 3:33 pm
Forum: Scripting Help
Topic: Help with script to say all nicks from chan
Replies: 16
Views: 10784

Help with script to say all nicks from chan

I've been using this script for quite some time now, but some people it's abusing, and i want to add some protection like: if {[set t [expr {[unixtime]-$usedcmd}]] < 5} { puthelp "privmsg $chan :wait [expr {5-$t}] second(s) to use again the script" so they have to wait the time that i deci...
by unb0rn
Wed Jan 21, 2009 8:04 am
Forum: Scripting Help
Topic: Help with this script, random kick/nick
Replies: 2
Views: 2461

Yes, you are right about that, i forgot to edit that part, so show here, but even if i change that (and i've tried) it stills doesnt work. I was working with the !fod*-te, to kick people randomly, but i've edit that to paste the tcl here. The thing is, since i started to use the tcleggdrop_mcpsfuncs...
by unb0rn
Tue Jan 20, 2009 5:34 pm
Forum: Scripting Help
Topic: Help with this script, random kick/nick
Replies: 2
Views: 2461

Help with this script, random kick/nick

I've been using this bnc for some time now, but since i've load the tcl, tcleggdrop_mcpsfuncs , it's not working completely. Ex: !msg -> still works with the msg that i've define : !kick -> not working, and i have no idea why Here's the tcl: set textlist { "random kick msg" } bind pub - !m...
by unb0rn
Sat Jan 10, 2009 6:50 am
Forum: Script Requests
Topic: Script to say all nicks from chan
Replies: 2
Views: 2057

works like a charm, thank you very much ;)
by unb0rn
Fri Jan 09, 2009 8:29 pm
Forum: Script Requests
Topic: Script to say all nicks from chan
Replies: 2
Views: 2057

Script to say all nicks from chan

Hello, can someone help me with this? I need a script to say all the nicks from a channel, when i use some trigger like for example: !nick and when i use that trigger, he says all the nicks from the channel, from where i used it, and it says something like for example: me: !nick eggdrop: ALL NICKS F...
by unb0rn
Sat Oct 25, 2008 5:33 pm
Forum: Script Requests
Topic: Help with log to html script
Replies: 4
Views: 2321

well, i've edited the one that i have posted here, and its working...now i only need to put this separating them by days or something...lol
by unb0rn
Fri Oct 24, 2008 3:19 pm
Forum: Script Requests
Topic: Help with log to html script
Replies: 4
Views: 2321

I've tried that one, and i can't get it to work properly.. ;<
maybe i'm doing something wrong...isn't there a page that shows how to configure it, from scratch?