my first time in eggdrop, nd i alrdy cnt understand 1 thing.
i tryd all identify scripts, bt non of them worked out. i whanted to ask, do i have to save script in scripts/script.tcl where is all default scripts ( i think ^^ )
and in main conf i must write in
source scripts/ident.tcl ?
that would been correct? if yes, then plz help me with working auto-identify script, because in that irc server where i need it, dont ask, to identify and works on sample /msg nickserv identify *** ;(
# This is a good place to load scripts to use with your bot.
# This line loads script.tcl from the scripts directory inside your Eggdrop's
# directory. All scripts should be put there, although you can place them where
# you like as long as you can supply a fully qualified path to them.
#
# source scripts/script.tcl
For your second query (this works on connect only and only then if NickServ is online):
aaaaaaaaaaaaaaaaaaig.. still not wrkng.. tryed another scrfipts...
the stupidest thing that this nickserv say nothing if u got a registed nick and havnt made identify..
ok lock topic. mybe sometime later i will beat this X_X
:*
in the evnt:init_server proc. This will be performed on connect (of course you can use something like "nickserv :identify <pass>" instead of "privmsg..." if it's supported by your network).
A simply question...
In this way the bot give me a message: "Attention: i can't to write the pid.Lamestbot file" and then it's don't connect...
Where i put the code in .conf file exactly? (to the top, in the middle, bottom or what)...
Regards.
Cr4sh wrote:A simply question...
In this way the bot give me a message: "Attention: i can't to write the pid.Lamestbot file" and then it's don't connect...
Where i put the code in .conf file exactly? (to the top, in the middle, bottom or what)...
Regards.
If your bot cannot write its own pid file then it indicates something is wrong; quota restrictions?
From eggdrop.conf (try this anyway):
# Specify here the filename Eggdrop will save its pid to. If no pidfile is
# specified, pid.(botnet-nick) will be used.
#set pidfile "pid.LamestBot"
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
I don't understand...
I'm do nothing, but now, with the code lines to the top of the .conf file, the bot connect to the channel, but don't identify itself with nickserv...