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

by BIF
Thu Jan 29, 2009 7:51 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 652137

Hmm

Id like to Display the 5 latest posts. without having to use the public trigger all the time. Is there a way to make it display the last 5 at the given update interval ? I would like this much better.
Even if there is no new posts i would like it to still display the last 5. Thanks
by BIF
Thu Jul 17, 2008 7:14 pm
Forum: Script Support & Releases
Topic: trivia.tcl by souperman
Replies: 5
Views: 5316

Re: Need +VOICE on every one who answer correct

Hi everyone. I just use trivia.tcl.. and i'm glad with the performance. But I think i need more perform. I want the bot to give +voice to people who answer correctly. (if these people are not +v before) How can I make that ?? Please help THanks in advance I made a script that i inserted into the co...
by BIF
Mon Jul 02, 2007 12:52 am
Forum: Scripting Help
Topic: Need help converting to a pushmode =\
Replies: 5
Views: 3776

However When you just type !sban without any nick it will set +b ~q:*!*@* anyway i can stop that from happening.. Like make it not do anything if no nick is supplied ?
by BIF
Mon Jul 02, 2007 12:51 am
Forum: Scripting Help
Topic: Need help converting to a pushmode =\
Replies: 5
Views: 3776

Ok thx I have figured it out and this is working

proc pub:sban {nick uhost hand chan txt} { set txt [split $txt] set who [lindex $txt 0] if {[isbotnick $who]} { return } append ban "~q:*!*@" [lindex [split [getchanhost $who $chan] "@"] 1] if {[llength $txt] > 1} { set reason [join [lrange $txt 1 "end"]] } else { set ...
by BIF
Sun Jul 01, 2007 3:04 am
Forum: Scripting Help
Topic: Need help converting to a pushmode =\
Replies: 5
Views: 3776

Need help converting to a pushmode =\

qban { if ($1 ison $chan) { /mode # +b ~q: $+ $address($$1,2) } } deqban { if ($1 ison $chan) { /mode # -b ~q: $+ $address($$1,2) } } Cannot figure out how to get this to work in my bot I have the rest of the script already written but this is stumping me i thought like pushmode $chan +b ~q: $+ $hos...
by BIF
Fri Jun 29, 2007 2:57 pm
Forum: Scripting Help
Topic: Auto Voice Top 3 trivia players
Replies: 1
Views: 2006

Auto Voice Top 3 trivia players

I want my trivia bot to auto voice users that are in the score file. the score file lists users in 1st place to last. So on join it would need to check to see if user is in the scores file. and then if the user is amoung the top 3 players he/she is auto voiced. This below Is a section on a public co...
by BIF
Sun Apr 29, 2007 9:29 pm
Forum: Script Requests
Topic: [req] word x2 within 15 minutes = kick/ban
Replies: 8
Views: 4863

bind pub - !stop ban:stop proc ban:stop {nick uhost hand chan arg} { if {[throttled [lindex [split $uhost @] 1] 900]} { putkick $chan $nick "!stop command abusement." newchanban $chan *!*@[lindex [split $uhost @] 1] !stop-abuse "!stop command abusement." 1440 } } # user's thrott...
by BIF
Sun Apr 29, 2007 9:04 pm
Forum: Script Requests
Topic: [req] word x2 within 15 minutes = kick/ban
Replies: 8
Views: 4863

Thanks alot for that.. and yes iamdeath Thats extactly what i want
by BIF
Sun Apr 29, 2007 2:32 pm
Forum: Script Requests
Topic: [req] word x2 within 15 minutes = kick/ban
Replies: 8
Views: 4863

been there tryed that.. everything kicks after 1 " bad word " im looking for a kick ban after 2 words within 15 minutes
by BIF
Sat Apr 28, 2007 10:54 pm
Forum: Script Requests
Topic: [req] word x2 within 15 minutes = kick/ban
Replies: 8
Views: 4863

[req] word x2 within 15 minutes = kick/ban

I need a script that will kick/ban a user for using a command " !stop " in public chat I would like for it to kick/ban the user on the 2nd " !stop " if its within a 15 minutes of the last time. it has to be per user. as in if 1 person does it and then someone else it wont kick .....
by BIF
Thu Apr 05, 2007 8:05 pm
Forum: Script Requests
Topic: Make eggy pm another bot?
Replies: 3
Views: 3099

Hmm

Have you tryed a timed script.. Something like if the bot is in a channel, send privmsg $botnick with the msg text ? that it will check and send the msg once an hour or soemthing.. Or you can have the bot as it joins the channel send a msg to a defined bot.. lemme do both fer ya
by BIF
Mon Jul 31, 2006 5:19 pm
Forum: Script Support & Releases
Topic: netbots.tcl .rehash issues
Replies: 0
Views: 3387

netbots.tcl .rehash issues

I have a problem.. when i do .nethash 6 outta 10 bots leave all irc channels. I dont get any error msg or anything. I must be overlooking something.. anyone have any ideas :?