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

by YooHoo
Wed Aug 27, 2008 5:25 pm
Forum: Eggdrop Help
Topic: setting up an #idle channel
Replies: 2
Views: 2060

there is a script in the tcl archives by aerosoul called 'autovoice on pubmsg'. You could alter this script easily to suit your purposes.
by YooHoo
Wed Aug 27, 2008 5:23 pm
Forum: Eggdrop Help
Topic: bot linking
Replies: 2
Views: 2350

follow this link --> linking eggdrops
follow the directions there, it is very simple if the directions are followed :wink:
by YooHoo
Sat Apr 19, 2008 9:30 am
Forum: Scripting Help
Topic: Looking for someone to re-script my age kicker
Replies: 8
Views: 6268

b0rk wrote:Thanks, i'm no good at scripting, can anyone do it for me?
you are not paying attention. Go to your bot's partyline, type .set errorInfo, then copy/paste what the bot says here.
by YooHoo
Wed Apr 09, 2008 8:56 am
Forum: Scripting Help
Topic: enforce bans
Replies: 3
Views: 2372

There are several kick counter scripts in the archives, maybe you might wanna give one of them a go :wink:
by YooHoo
Sat Apr 05, 2008 9:00 am
Forum: Eggdrop Help
Topic: help me for identification
Replies: 3
Views: 2942

SmilingAssassin wrote:bro can u tell me. from witch post u quote all this? i wana read whole story.
eggdrop.conf
read your conf file
by YooHoo
Wed Apr 02, 2008 3:39 pm
Forum: Eggdrop Help
Topic: problems after problems. plz help
Replies: 4
Views: 3240

Re: problems after problems. plz help

i bought a shell and upload eggdrop 1.6.18 with cute FTP and unzip successfully. then i went for configuration. ./configure it said permission denied. make configure it said permission denied. then i install a eggdrop v1.6.15, on FreeBSD 6.2-RELEASE-p9. which was offered my shell hosting service it...
by YooHoo
Wed Apr 02, 2008 9:05 am
Forum: Eggdrop Help
Topic: commands from my bot to services
Replies: 2
Views: 2344

Re: commands from my bot to services

Is it possible to send commands to the services like operserv that appear to come from the bot? I am trying to get my bot to become an IRCop. yep, see this thread . I don't really understand what you mean by making your bot connect to IRC as a bot and not as a client. You mean you don't have a shel...
by YooHoo
Sun Mar 30, 2008 2:43 pm
Forum: Script Requests
Topic: Auto Oper
Replies: 16
Views: 22067

it was said like three times that you have to alter the script to suit your needs, I have no idea how or to whom your bot is supposed to ask for oper status on your network without more information. To make the bot oper-up, identify to nickserv, and then finally set itself mode +H, you just need to ...
by YooHoo
Sat Mar 29, 2008 9:18 am
Forum: Script Requests
Topic: Auto Oper
Replies: 16
Views: 22067

# This is a Tcl script to be run immediately after connecting to a server. bind evnt - init-server evnt:init_server proc evnt:init_server {type} { global botnick putquick "PRIVMSG NickServ :identify <password>" putquick "MODE $botnick +i-ws" } this is found in your conf file, al...
by YooHoo
Sat Mar 22, 2008 9:07 am
Forum: Scripting Help
Topic: Chars
Replies: 1
Views: 1562

you gotta use the backslash to escape before using special characters like those, otherwise they will be misinterpreted by tcl, so instead of "ÿÿÿ", do "\ÿ\ÿ\ÿ"
by YooHoo
Fri Mar 21, 2008 8:15 pm
Forum: Script Requests
Topic: [REQ] pass recruiting when join on chan
Replies: 16
Views: 10975

can't you add the clone's hostmask to your main bot and give it the +f friend flag? Wouldn't this disable the clone protection?
by YooHoo
Fri Mar 21, 2008 9:26 am
Forum: Eggdrop Help
Topic: Need help setting up eggdrop in my channel.
Replies: 3
Views: 2383

While I don't recommend this approach to getting a bot made, I have a good friend who has ADD, so I am sympathetic to your request, and have emailed you a list of questions. Please answer them and reply to me personally via email. I wouldn't dream of asking a dime to help with an eggdrop, so drop of...
by YooHoo
Wed Mar 12, 2008 5:13 pm
Forum: Script Support & Releases
Topic: -commands.tcl- [to send reports on channel]
Replies: 3
Views: 3592

Re: -commands.tcl- [to send reports on channel]

Hello friends.. I have this TCL script called Commands.TCL perhaps you might know this.. OK The thing is... this dude reports with NOTICE, or PRIVATE MESAGGE and I want to reports on channel.. i switched this code puthelp "NOTICE $nick for this code puthelp "MSG $chan but it doesn't work ...
by YooHoo
Mon Mar 10, 2008 4:16 pm
Forum: Eggdrop Help
Topic: strange messages
Replies: 3
Views: 2176

initiate a dcc chat session with the bot instead of using CTCP? This usually happens when the bot gets confused about how you are connecting, via DCC or telnet
by YooHoo
Thu Mar 06, 2008 6:10 pm
Forum: Script Requests
Topic: Need a custom bot for a radio station
Replies: 6
Views: 5360

thats not the part thats gonna kick anyone. p.s. it is 'privmsg', not 'privmasg'