When I use the -mnt options to use the party line and I do a .whois <nynick>, I get the following message (I've already done /msg Botilator hello at this point):[T3256@gury eggdrop]$ ./eggdrop -m eggdrop.conf
Eggdrop v1.6.19 (C) 1997 Robey Pointer (C) 2008 Eggheads
[23:19] --- Loading eggdrop v1.6.19 (Wed Mar 11 2009)
[23:19] Module loaded: blowfish
[23:19] Module loaded: dns
[23:19] Module loaded: channels
[23:19] Module loaded: server
[23:19] Module loaded: ctcp
[23:19] Module loaded: irc
[23:19] Module loaded: console (with lang support)
[23:19] Module loaded: seen
[23:19] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[23:19] use '.help userinfo' for commands.
STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg Botilator hello
This will make the bot recognize you as the master.
[23:19] === Botilator: 1 channels, 0 users.
Launched into the background (pid: 13624)
I'll get that message even if it does create an empty user file. It's so wierd how it will only create a user file seemingly at random. I'm baffled.You do not have access to whois handles other than your own.
Thanks for the reply.#4v: eggdrop v1.6.19 -- Botilator -- written Wed Mar 11 23:44:22 2009
HQ - p
--LASTON 1236835707 partyline
--XTRA created 1236835707
::#syndrom bans
&&#syndrom exempts
$$#syndrom invites
Note: When you are using the -nt option, you will be logged in using a special handle "HQ", which by default only has the +p flag (thus no master or owner privileges). Hence you get that error regarding whois.Hi %s! I'm %s, an eggdrop bot.
I'll recognize you by hostmask '%s' from now on.
As master you really need to set a password: with /MSG %s pass <your-chosen-password>.
All major commands are used from DCC chat. From now on, you don't need to use the -m option when starting the bot. Enjoy !!!
Code: Select all
# Many IRCops find bots by seeing if they reply to 'hello' in a msg.
# You can change this to another word by un-commenting the following
# two lines and changing "myword" to the word wish to use instead of
# 'hello'. It must be a single word.
#unbind msg - hello *msg:hello
#bind msg - myword *msg:hello
Code: Select all
# This setting defines how long Eggdrop should wait before moving from one
# server to another on disconnect. If you set 0 here, Eggdrop will not wait
# at all and will connect instantly. Setting this too low could result in
# your bot being K:Lined.
set server-cycle-wait 60
Turns out that setting doesn't do it. When I get disconnected form a server, eggdrop immediately tries to reconnect to it. I set it to 300.nml375 wrote:I believe this is what you are looking for:Code: Select all
# This setting defines how long Eggdrop should wait before moving from one # server to another on disconnect. If you set 0 here, Eggdrop will not wait # at all and will connect instantly. Setting this too low could result in # your bot being K:Lined. set server-cycle-wait 60
Code: Select all
cycle_time = server_cycle_wait;