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

by fredvil
Wed Jul 18, 2007 4:14 am
Forum: Script Requests
Topic: Who's on channel
Replies: 16
Views: 9284

one more thing awyeah, how to adjust the write time to every 5 munites or to any given time?

thanks in advance!
by fredvil
Wed Jul 18, 2007 4:00 am
Forum: Script Requests
Topic: Who's on channel
Replies: 16
Views: 9284

thanks a lot awyeah :)
by fredvil
Wed Jul 18, 2007 2:49 am
Forum: Script Requests
Topic: Who's on channel
Replies: 16
Views: 9284

Sir_Fz, how to write only userlist on specific channel not all channels the bot is on. example: the bot is on #channel1, #channel2 & #channel3 and write only list on #channel1
by fredvil
Sat Jan 06, 2007 2:44 am
Forum: Script Requests
Topic: anti action /ame
Replies: 11
Views: 6422

you got it user... u the man.. thanks a lot...:)

one more thing user... how to change the ban type to *!*@10.0.0.2 or *!*@host.domain.com
by fredvil
Fri Jan 05, 2007 11:00 pm
Forum: Script Requests
Topic: anti action /ame
Replies: 11
Views: 6422

hi user... got this error.. pls help thanks

Code: Select all

[11:00] Tcl error [ameban]: can't read "c": no such variable
by fredvil
Fri Jan 05, 2007 9:42 am
Forum: Script Requests
Topic: anti action /ame
Replies: 11
Views: 6422

anti action /ame

does anyone here know a script that will ban user that uses action /ame.

example if bot and nick are on 2 channels and when the nick uses /ame the bot will ban him/her.

thanks a lot
by fredvil
Tue Oct 31, 2006 7:16 pm
Forum: Scripting Help
Topic: include nickname on quotation
Replies: 4
Views: 3414

Sir_Fz, i got it... i put set arg "$arg -$n" after set c [string tolower $c] and it works... thanks a lot proc qb:addpub {n uh h c arg} { global qb qbl set c [string tolower $c] set arg "$arg -$n" foreach b $qb(noaddchan) {if {[string match -nocase $c $b]} {return}} set arg [qb:r...
by fredvil
Tue Oct 31, 2006 6:38 pm
Forum: Scripting Help
Topic: include nickname on quotation
Replies: 4
Views: 3414

hello Sir_Fz, this what ive got after adding set arg "($n) $arg" . the nick is included on the quote when adding it but when i display the quote, the nick isn't there. pls check below, i added testing 123 and got a bot reply Added Quote #75: "(clarck) testing 123" but when i dipl...
by fredvil
Tue Oct 31, 2006 7:35 am
Forum: Scripting Help
Topic: include nickname on quotation
Replies: 4
Views: 3414

include nickname on quotation

hello guys need your help.... i am using a quotebot and u just want to know if it is posible if someone add a quotation, his/her nickname will automatically included on the quotation. this is for us to monitor and trace unwanted post quote... thank you very much in advance. here is the script: # ^--...
by fredvil
Sun Oct 29, 2006 7:06 am
Forum: Script Requests
Topic: continous quotes with interval + msg of adding quotes
Replies: 1
Views: 2001

continous quotes with interval + msg of adding quotes

hey guys... do you know a quote script that can display quotes on channel with interval of 20 minutes continously. and can add quotes using msg commands.

thanks in advance!!
by fredvil
Sat Oct 28, 2006 7:45 pm
Forum: Script Support & Releases
Topic: web poster script
Replies: 2
Views: 4169

thanks a lot Sir_Fz

you're the MAN! :)

more power egghelp.org
by fredvil
Sat Oct 28, 2006 9:04 am
Forum: Script Support & Releases
Topic: web poster script
Replies: 2
Views: 4169

web poster script

pls help me with web poster script, a script that sends/converts IRC activity to html... it works except with part, when someone parts on channel it doesn't appear on the web and got this error msg on the bot: Tcl error [www_part]: wrong # args: should be "www_part nick host hand channel" ...
by fredvil
Fri Sep 01, 2006 6:58 pm
Forum: Script Requests
Topic: Simple responder for eggdrop
Replies: 7
Views: 4569

Code: bind msgm - * IAmABot proc IAmABot {nick args} { puthelp "PRIVMSG $nick :I'm a bot." } Hello sir_fz from this example, how to make the bot respond only when certain words on the msg. like if the msg is: <hannah23> hi pls visit http://www.yahoo.com the bot only respond when the msg co...
by fredvil
Fri Aug 25, 2006 3:53 am
Forum: Script Requests
Topic: last talk / last line
Replies: 4
Views: 3207

got it! thank you very much... :)

regards!
by fredvil
Thu Aug 24, 2006 6:40 am
Forum: Script Requests
Topic: last talk / last line
Replies: 4
Views: 3207

thanks a lot demond... that's exactly what im looking for... <fredvil> !last hannah23 <botnick> Thu Aug 24 18:27:25 2006 demond one thing if it's ok... how can i put a little comment on the reply.. something like this: <fredvil> !last hannah23 <botnick> hannah23 last talk - Thu Aug 24 18:27:25 2006 ...