I need some help. I'm a newbie with eggdrops and have recently set one up (named RoBotX).
The problem is, I can't dcc chat with him. And yes, I checkd http://forum.egghelp.org/viewtopic.php?t=10399 and tried everything, although my bot is hosted on my machine. Me and my bot are connected to an external IRC network (irc.mindforge.org), but are on the same machine, so I think it should be easier and faster to dcc chat with it.
When I /dcc chat RoBotX, I just get a message telling me "Waiting for acknowledgement".
If I /ctcp RoBotX CHAT, I get the dialog box asking me if I want to accept the DCC chat with RoBotX, I click "Accept", and all I get is this:
Code: Select all
DCC Chat session
Client: RoBotX (85.xxx.xxx.xx)
Time: Sun Jan 18 22:02:46 2009
Acknowledging chat request...
Unable to connect
DCC session closed
Oh, and I would also like your help to make a good auto-identify script. I tried this one:
Code: Select all
bind notc - "*If you do not change within*" identify:notc
proc identify:notc { nick uhost handle text dest } {
global botnick nickserv identcmd identpass
if { $nick == NickServ } {
puthelp "PRIVMSG NickServ :identify <password>"
putlog "Identifying: NickServ"
}
}
And I have just tried this one:
Code: Select all
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +ix"
putserv "PRIVMSG NickServ :identify <password>"
}
So my other question is, can you help me and make a script that would make the bot wait 10 seconds before identifying to nickserv? And if you can explain me, I would thank you
Thanks in advance,
Fill