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

by Branden
Wed Mar 26, 2008 5:23 am
Forum: Script Requests
Topic: Relay Script.
Replies: 8
Views: 4747

Ok..... But, can someone help me please?
by Branden
Tue Mar 25, 2008 4:43 pm
Forum: Script Requests
Topic: Relay Script.
Replies: 8
Views: 4747

Relay Script.

I want the script to send all /msg's and /notice's messaged to a channel said by the bot, here is what I have, but fails to work, but no errors; bind msgm - "*" PM bind notc - "*" notice proc PM { nick uhost handle chan text } { set themessage [lrange $text 0 end] putserv "P...
by Branden
Sun Mar 23, 2008 5:41 am
Forum: Scripting Help
Topic: Telnet Commands
Replies: 7
Views: 3363

Ok, thanks. I read it, and I'm getting errors. Code: bind pub o|o "@e" exempt bind pub o|o "@I" invite proc exempt { nick host hand chan text creator ?liftime? ?options? } { set whom [lindex $text 0] set howlong [lindex $text 1] newchanexempt $chan $whom $nick ?lifetime? 0 ?optio...
by Branden
Sat Mar 22, 2008 8:08 pm
Forum: Scripting Help
Topic: Telnet Commands
Replies: 7
Views: 3363

I'm having a little problem with the +exempt and +invite: Script: bind pub o|o "@e" exempt bind pub o|o "@I" invite proc exempt { nick host hand chan text } { set whom [lindex $text 0] set howlong [lindex $text 1] +exempt $whom $chan $howlong stick exempt $whom } proc invite { ni...
by Branden
Sat Mar 22, 2008 7:49 pm
Forum: Scripting Help
Topic: Telnet Commands
Replies: 7
Views: 3363

Thank you so much! :D
by Branden
Sat Mar 22, 2008 6:30 pm
Forum: Scripting Help
Topic: Telnet Commands
Replies: 7
Views: 3363

Telnet Commands

How can I have the bot execute commands such as REHASH and RESTART via public chat commands?
by Branden
Sun Oct 21, 2007 4:44 pm
Forum: Scripting Help
Topic: Colors
Replies: 4
Views: 2472

Uhm...
I'm a noob...
HUH?!?! lol
sorry..

Can you show me an example?
by Branden
Sun Oct 21, 2007 4:07 pm
Forum: Scripting Help
Topic: Colors
Replies: 4
Views: 2472

Colors

Hi there everyone. :)

I'm wondering, how can I add color to the output of a script?

I have the shoutcast script, and want it show certain things in color.

Is this possible?

Please help.
Thanks,
Branden
by Branden
Tue Aug 07, 2007 12:23 pm
Forum: Scripting Help
Topic: Procedures Help ((SOLVED))
Replies: 3
Views: 4309

The script still don't work. :(
by Branden
Tue Aug 07, 2007 2:50 am
Forum: Eggdrop Help
Topic: VHost Seen Need to see Hostmask
Replies: 4
Views: 2580

I want it for the GSeen.Mod so I can log users Hostmasks with there nick. The bot is Oper.
by Branden
Tue Aug 07, 2007 12:36 am
Forum: Scripting Help
Topic: Procedures Help ((SOLVED))
Replies: 3
Views: 4309

Procedures Help ((SOLVED))

Can someone please tell whats wrong with this?

Code: Select all

set hate "I hate Scrappy"

bind pub - $hate hate

proc hate {nick} {
putserv "kill $nick DO NOT HATE ME!"
}
by Branden
Mon Aug 06, 2007 6:37 pm
Forum: Scripting Help
Topic: $text help
Replies: 2
Views: 3266

$text help

Hi there,


Ok. So I know how to use $text but my problem is I want it to use a word on a line.

Ex:

Chatter: Please join #channel Scrappy

I would want the bot to join the 3rd word in the phrase.


What varible do I use for this?
by Branden
Sun Aug 05, 2007 10:51 pm
Forum: Eggdrop Help
Topic: Placeing OWNER on ignore! ((SOLVED))
Replies: 5
Views: 2753

Ahhhh, oops, didn't have +f.

Thank you very much! :)
by Branden
Sun Aug 05, 2007 9:35 pm
Forum: Eggdrop Help
Topic: Placeing OWNER on ignore! ((SOLVED))
Replies: 5
Views: 2753

My hostmask is there and correct, but the bot still ignores me.
by Branden
Sun Aug 05, 2007 1:13 pm
Forum: Eggdrop Help
Topic: Placeing OWNER on ignore! ((SOLVED))
Replies: 5
Views: 2753

Placeing OWNER on ignore! ((SOLVED))

Hi there,

my bot keeps placing my hostmask (well vhost) on ignore, and its in my "hosts" and also exempts!

How can I stop it from ignoreing me?