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

by dvV
Fri Sep 10, 2004 8:42 pm
Forum: Archive
Topic: Energymech + Eggdrop
Replies: 10
Views: 3213

right right thanks for all the smilies
by dvV
Fri Sep 10, 2004 1:16 am
Forum: Archive
Topic: Energymech + Eggdrop
Replies: 10
Views: 3213

ya oh well... after a good 3 days of scouring seems there is no luck. the more i have thought about it a module would be a better idea for such a thing anyway. if anyone is interested, heh, in working on it with me let me me know.

dvv
by dvV
Thu Sep 09, 2004 8:45 pm
Forum: Archive
Topic: Energymech + Eggdrop
Replies: 10
Views: 3213

great thanks... original question?
by dvV
Thu Sep 09, 2004 8:22 pm
Forum: Archive
Topic: Energymech + Eggdrop
Replies: 10
Views: 3213

i am not interested in having either one accommodate the other. tcl enables eggdrop to do many things it was not intended to do. either way, my intent was not to start a repetitive thread on which was better as i believe they have two totally dif design goals.

dvv
by dvV
Thu Sep 09, 2004 7:06 pm
Forum: Archive
Topic: Energymech + Eggdrop
Replies: 10
Views: 3213

does anyone know of this alleged script? if someone could, would it possible to reference a script that could aid me in writing it?

thanks
dvv
by dvV
Thu Feb 20, 2003 6:41 am
Forum: Archive
Topic: Rely TCL
Replies: 19
Views: 3484

if you want something that will relay what is said, who joins/parts, kicks/bans, on a channel to another channel both being on two dif networks than these scripts are what you want, if not please try respecifing:

http://www.egghelp.org/tclhtml/1256-0-1-relay.htm



dvV
by dvV
Thu Feb 20, 2003 6:38 am
Forum: Archive
Topic: Help me With editing this script !!
Replies: 24
Views: 4620

do make sure it looks exactly like this to ensure you havent c/p something wrong... proc pub:kick {nick host hand chan text} { global botnick set whom [lindex $text 0] if {![botisop $channel] || ![onchan $whom $chan]} { return } set reason [lrange $text 1 end] if {[matchattr $whom f|f] || $whom == $...
by dvV
Thu Feb 20, 2003 6:32 am
Forum: Archive
Topic: Rely TCL
Replies: 19
Views: 3484

he didnt say anything about a relay script. what yourname is referencing is imo what you are looking for. have you tried searching the archive (http://www.egghelp.org/tcl.htm). i am sure a simple search for "relay" will get you what you want.

dvV
by dvV
Wed Feb 19, 2003 11:21 pm
Forum: Archive
Topic: For the protection
Replies: 9
Views: 2179

I dont want this to look like spam.,
ya try harder...

dvV
by dvV
Sun Feb 16, 2003 6:24 pm
Forum: Archive
Topic: Newb: Loading TLC's
Replies: 2
Views: 828

you need to add them in your .conf...for a good example open your conf and look to the very bottom you will see something like "source scripts/script.tcl". you need to do that for each script you want your eggdrop to use. hope that helps.

dvV
by dvV
Sat Feb 15, 2003 6:15 pm
Forum: Archive
Topic: Eggdrop as HTTP:server
Replies: 2
Views: 1001

a script is all you need and in this sites archive i believe there are a few...happy hunting.

dvV
by dvV
Fri Feb 14, 2003 5:54 am
Forum: Archive
Topic: The protection doesn't work well !
Replies: 4
Views: 1814

well if you checked what ppslim ask about and still nothing i would recheck you conf and make sure "set global-revenge-mode 3" is set as so, as it sounds like it is set to "0". hope ya figure it out...

dvV
by dvV
Fri Feb 14, 2003 5:03 am
Forum: Archive
Topic: The protection doesn't work well !
Replies: 4
Views: 1814

try implementing +revenge +revengebot +bitch +protectops +potectfriends and make sure you have the +f flag. to set these try .chanset #channel +setting also try reading .help chanset and .help chaninfo to get a better grasp of what your setting. hope this is what you are looking for, if you want mor...
by dvV
Wed Feb 12, 2003 8:35 pm
Forum: Archive
Topic: Telnet problems.
Replies: 2
Views: 1184

if you are telneting from windows i would recommend using putty as your client rather than windows telnet. http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html <--- where you can dl putty. if you persist on using windows telnet you need to turn on local echo: open up telnet with cmd then ...
by dvV
Wed Feb 12, 2003 4:58 pm
Forum: Archive
Topic: Linked bots losing userfiles
Replies: 9
Views: 2179

i might be wrong about this but i believe with netobts command opall is something you could use for this: "Makes the bot give ops to the specified nick on all channels the bot is on. For each channel, the user of the command as well as the specified nick must have +o status."

dvV