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

by Assmonkey
Tue Dec 30, 2003 7:46 pm
Forum: Archive
Topic: How do I auto-identify on AstroLink?
Replies: 9
Views: 2179

This is what the script looks like now (if it helps): # CHANGE THIS VALUE TO YOUR NICKNAME PASSWORD # set nickpass "password" # CHANGE THIS VALUE TO THE NICKNAME OR ADDRESS OF NICKSERV # set nickserv "NickServ" # CHANGE THIS VALUE TO THE IDENTIFY COMMAND OF NICKSERV # set command...
by Assmonkey
Tue Dec 30, 2003 5:39 pm
Forum: Archive
Topic: How do I auto-identify on AstroLink?
Replies: 9
Views: 2179

Excellent stuff! :) It does work kinda (not your fault though). The thing is that on AstroLink you have to identify before you can set mode +x. :( So I have set the script so that it identifies first. And when the server sends the "password accepted" notice, the script sets mode +x. The pr...
by Assmonkey
Tue Dec 30, 2003 3:00 pm
Forum: Archive
Topic: How do I auto-identify on AstroLink?
Replies: 9
Views: 2179

OK, I created a script using your help and through reading other similar scripts. It now auto identfies and succesfully sets mode +x. But there's still one thing I want it to do but I don't know how. I want the script to set +inactive on all channels I'm on when loading the eggdrop. Then when it has...
by Assmonkey
Tue Dec 30, 2003 10:59 am
Forum: Archive
Topic: How do I auto-identify on AstroLink?
Replies: 9
Views: 2179

Sir_Fz wrote:make a Notc bind, to catch when password accepted so the bot will op itself on all channels.
I would if I knew how. :(
by Assmonkey
Tue Dec 30, 2003 6:32 am
Forum: Archive
Topic: How do I auto-identify on AstroLink?
Replies: 9
Views: 2179

By whois'ing myself. When mode +x is activated, it will not show my real hostname.
And you are right putquick doesn't change anything, I already tried that before making my post here. :(
by Assmonkey
Mon Dec 29, 2003 1:41 pm
Forum: Archive
Topic: How do I auto-identify on AstroLink?
Replies: 9
Views: 2179

How do I auto-identify on AstroLink?

I want my eggdrop to automatically identify with NickServ when it connects to the server (AstroLink in my case). I tried using this: proc evnt:init_server {type} { global botnick puthelp "PRIVMSG NickServ :identify <password>" putserv "MODE $botnick +x" } But it takes way too lon...
by Assmonkey
Wed Nov 19, 2003 11:01 am
Forum: Archive
Topic: Never been able to DCC chat with my bot... Help?!
Replies: 3
Views: 1518

OK, thanks for the help everybody... :roll:
by Assmonkey
Sat Nov 15, 2003 7:56 am
Forum: Archive
Topic: Never been able to DCC chat with my bot... Help?!
Replies: 3
Views: 1518

As my original post said, I have already tried that. Here's one thing I've been wondering about in the conf-file. set my-hostname "localhost" set my-ip "127.0.0.1" What exactly am I supposed to put in those as my outside IP is dynamic and changes now and then? Wouldn't the same t...
by Assmonkey
Fri Nov 14, 2003 9:44 pm
Forum: Archive
Topic: Never been able to DCC chat with my bot... Help?!
Replies: 3
Views: 1518

Never been able to DCC chat with my bot... Help?!

OK, I'll try to give as much info as possible. I connect to the internet through a Netgear RT314 (router) which is connected to my ADSL modem. I have two computers accessing the internet through this router: Workstation [Win XP SP1] with internal IP: 192.168.10.2 Server [Win 2K Pro SP4] with interna...
by Assmonkey
Tue Nov 11, 2003 6:55 pm
Forum: Archive
Topic: Please help, need an echo/repeat script.
Replies: 2
Views: 1167

I checked. None of the ones I found could narrow it down to a single nick. :(
by Assmonkey
Tue Nov 11, 2003 3:26 pm
Forum: Archive
Topic: Please help, need an echo/repeat script.
Replies: 2
Views: 1167

Please help, need an echo/repeat script.

I don't know squat about TCL so I'm asking you guys for help. :( I'm looking for a script that will let me specify a certain nick on a certain server and channel (where the eggdrop resides of course), and have the eggdrop echo (say) what that specified nick says, into another channel on another netw...