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

by Get_A_Fix
Tue Mar 07, 2017 7:15 am
Forum: Script Requests
Topic: psyBNC tcl for eggdrop
Replies: 3
Views: 7616

eggdrop connecting to znc is easy: http://wiki.znc.in/Eggdrop but i was never able to connect eggdrop -> psybnc As long as you use the correct listen port and ident/account, it will work. Some user's enable port 113 (ident) or run an identd (ident daemon) like oidentd. These make the account the de...
by Get_A_Fix
Mon Mar 06, 2017 3:21 am
Forum: Script Requests
Topic: Auto Voice To Those Who Are Register NICK.
Replies: 78
Views: 73095

I still have yet to do further testing. And if there was any miscommunication I apologize for that. I was wondering if there could be a function that would scan the existing users on chan for registered nicks and voice them. Not only those who join This is a bit trickier. It would have to be done v...
by Get_A_Fix
Sun Mar 05, 2017 3:07 pm
Forum: Script Support & Releases
Topic: TVmaze.com Eggdrop Script (Version 1.25 / 2015-10-03)
Replies: 78
Views: 125642

Votex wrote:is it possible to add some coloring , or showing us how to do it ?
Did you search the forums? You can find basic colour/control code syntax here
by Get_A_Fix
Fri Mar 03, 2017 3:01 am
Forum: Script Requests
Topic: Auto Voice To Those Who Are Register NICK.
Replies: 78
Views: 73095

Sorry, but this script is not working for me. It always says: [part_auth]: wrong # args: should be "part_auth nick host hand chan" Could it be because of the other protection scripts that are loaded? It must be. The procedure name is part_auth which is not even part of my autovoice script...
by Get_A_Fix
Wed Mar 01, 2017 9:49 am
Forum: Script Requests
Topic: Auto Voice To Those Who Are Register NICK.
Replies: 78
Views: 73095

People want what they want. I tend to only question it when it doesn't make a lot of sense. As I had already written a script for this request, I didn't mind sharing.
by Get_A_Fix
Fri Feb 24, 2017 2:40 am
Forum: Eggdrop Help
Topic: What mean Message in Defero Telnet Client
Replies: 4
Views: 8189

Re: What mean Message in Defero Telnet Client

Yes, correct. Is your telnet and Defero working now?
by Get_A_Fix
Thu Feb 23, 2017 8:51 am
Forum: Scripting Help
Topic: Ignore Event Command exist?
Replies: 2
Views: 4857

No event driven procedure but that doesn't mean you couldn't make one. You can have a proc check ignorelist every x-min and if a new hostmask and expiration are matched then putlog or puthelp to channel. Something like foreach ignore [ignorelist] { set ignoremask [lindex $ignore 0] set ignoreexpire ...
by Get_A_Fix
Thu Feb 23, 2017 7:21 am
Forum: Eggdrop Help
Topic: What mean Message in Defero Telnet Client
Replies: 4
Views: 8189

Re: What mean Message in Defero Telnet Client

You can find information about generic timeouts here . I would recommend using the IP set for my-ip in eggdrop.conf (if your my-hostname really is no-reverse-dns-configured.com, then it would be 89.248.168.219) and make sure your listen port is between 52000-62000 Do you have the -telnet!*@* host ad...
by Get_A_Fix
Fri Feb 17, 2017 7:57 pm
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 652217

I'm getting the following errors using Eggdrop 1.8. I've searched around and haven't found anything useful. Anyone have any ideas? [06:02:00] RSS Error: Unable to decompress "http://feeds.reuters.com/news/reutersmedia": invalid command name " " [06:03:00] RSS Error: Unable to d...
by Get_A_Fix
Fri Jan 27, 2017 9:40 am
Forum: Script Requests
Topic: !request znc script
Replies: 1
Views: 4589

Firstly, you wouldn't want people actively advertising their account:password on public channel. It would make more sense having that done via message. Secondly, did you search egghelp before asking this question? I just did a quick search and found a few, so if you did an in-depth search you'd prob...
by Get_A_Fix
Wed Jan 25, 2017 1:16 am
Forum: Script Requests
Topic: color kick - this tcl does not work someone helps me
Replies: 3
Views: 5966

There are redundancies in your code. if {[matchattr $hand o] || [matchattr $hand m]} { If you check for matchattr $hand o it will match any flag above, which means it will work for m without the need to declare. This has been done in the colorkickset and color_warning procedures. The same is true fo...
by Get_A_Fix
Tue Jan 03, 2017 7:14 pm
Forum: Eggdrop Help
Topic: Help accessing Eggdrop
Replies: 10
Views: 14132

no need to reinstall vps check firewall make sure the port eggdrop listens on is open Reinstall VPS? Chances are it's because an IPv6 address has been set without using the NAT option to bind an IPv4. Once the IPv4 address is set you should be able to reboot bot and use that, and the listening port...
by Get_A_Fix
Wed Dec 28, 2016 2:49 am
Forum: Script Requests
Topic: On join message/notice/action flood
Replies: 11
Views: 11850

Hello, that can be done but we dont usually +v everyone thus this method is not really something we keen to use. Regards I understand it's not 'usually' done, but whatever stops the flooding :) Maybe you can +m the channel and +v everyone who is registered (a DALnet specific autovoice script for re...
by Get_A_Fix
Tue Dec 27, 2016 9:05 pm
Forum: Script Requests
Topic: On join message/notice/action flood
Replies: 11
Views: 11850

or you could voice registered users instant as they join and have a delay for everyone else ( in both cases make sure to mute channel with +m for this to work ) I find this method to be one of the more effective antispam initiatives. Most flooders use unregistered nicknames, I have only ever witnes...
by Get_A_Fix
Tue Dec 27, 2016 6:22 am
Forum: Script Requests
Topic: public ban command
Replies: 5
Views: 8030

If you need to, you can check out some of my releases . There is a public ban script, an ignore script and many other's. there is a error on line 45 of your ban script see github wow.. Thanks, bero93. I hadn't even noticed, everything I added to github has been edited for github, the code I use all...