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

by diMension
Fri Apr 13, 2007 4:13 pm
Forum: Scripting Help
Topic: Missing Close Brace.
Replies: 2
Views: 3673

gracias.
by diMension
Fri Apr 13, 2007 3:27 pm
Forum: Scripting Help
Topic: Missing Close Brace.
Replies: 2
Views: 3673

Missing Close Brace.

bind msgm - * relay:msg proc relay:msg {nick uhost hand arg} { if {$nick == "Global"} { return 1 } elseif {$arg == "The following channel events were found"} { return 1 } elseif {$arg == "Nothing matched the criteria of your search" { return 1 } else { putserv "pr...
by diMension
Thu Apr 12, 2007 6:41 pm
Forum: Script Requests
Topic: Relay Private Messages / Notices
Replies: 1
Views: 2172

Relay Private Messages / Notices

I could really use a script that will relay notices and private messages to a channel. So i don't always have to have DCC open and so other people in the channel can see it... etc. So if somone could do this that would be great ;)
Thanks
by diMension
Sun Apr 08, 2007 2:11 am
Forum: Script Requests
Topic: Blacklisted Channel
Replies: 2
Views: 2480

Blacklisted Channel

Ello fellow peepz. I have a simple request. When someone joins the channel, i would like the bot to scan that person, and if the person is on a "blacklisted channel" example : #lewol , then it will automatically kickban that person for 10 seconds, telling them to rejoin when they part the ...
by diMension
Sat Mar 24, 2007 8:05 pm
Forum: Scripting Help
Topic: Adding Users - Host Mask - Flags
Replies: 8
Views: 4802

yea thanks :) i got it :D

<3 to da max
by diMension
Sat Mar 24, 2007 6:35 pm
Forum: Script Requests
Topic: ~resync feature.
Replies: 0
Views: 2887

~resync feature.

Hello. I was wondering if i could get a TCL script made that "resyncs" the channel. Such as if a user has the flag +g or +a (auto-voice/op) - and i have -autoop set on the channel, i can type ~resync #channel and the bot will scan all REGULAR users and op/voice if neccesary. Or if my bot R...
by diMension
Sat Mar 24, 2007 5:37 pm
Forum: Scripting Help
Topic: Adding Users - Host Mask - Flags
Replies: 8
Views: 4802

you need to edit the eggdrop.h file (usually eggdropx.x.xx/src/eggdrop.h) Line 63 - change to read #define HANDLEN 32 /* valid values 9->NICKMAX */ Then recompile the bot and restart as for your other questions, sorry a bit beyond my abilities i dont have that file... im using a windrop if that helps
by diMension
Sat Mar 24, 2007 2:04 pm
Forum: Scripting Help
Topic: Adding Users - Host Mask - Flags
Replies: 8
Views: 4802

Thanks guys :D :D

Code: Select all

set newop [lindex $a 0]
set newhosts [getchanhost $newop $c]
set newhost "*!*@[lindex [split $newhost @] 1]"
set newhost "*!*@[lindex [split $newhost @] 1]"

shouldnt the $newhost be $newhosts
by diMension
Fri Mar 23, 2007 11:04 pm
Forum: Scripting Help
Topic: Adding Users - Host Mask - Flags
Replies: 8
Views: 4802

Adding Users - Host Mask - Flags

Hello, my name is "diMension". First off, let me tell you that the eggdrop is a sweet bot and nothing else is better ;). Lets get down to business. 1) Adding Users - Limit on how long name can be. 2) Host Mask - For bans. 3) The flag +a - Auto-Opping. 1 - My first question is, how do i get...