Make sure you have some like listen 3456 users and eggdrop can open the port on its given hostname or ip.# This opens a telnet port by which you and other bots can interact with the
# Eggdrop by telneting in.
#
# There are more options for the listen command in doc/tcl-commands.doc. Note
# that if you are running more than one bot on the same machine, you will want
# to space the telnet ports at LEAST 5 apart, although 10 is even better.
#
# Valid ports are typically anything between 1025 and 65535 assuming the
# port is not already in use.
#
# If you would like the bot to listen for users and bots in separate ports,
# use the following format:
#
# listen 3333 bots
# listen 4444 users
#
# If you wish to use only one port, use this format:
#
# listen 3333 all
#
# You need to un-comment this line and change the port number in order to open
# the listen port. You should not keep this set to 3333.
#listen 3333 all
Code: Select all
#loadmodule blowfish
That is another issue.jackblack wrote:thanks done that.
bot still wont join chan
STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg bruno hello
This will make the bot recognize you as the master.
[22:30] === bruno: 0 channels, 0 users.
Launched into the background (pid: 13954)
Code: Select all
.+chan #channel
And also these lines :# channel add #lamest {
# chanmode "+nt-likm"
# idle-kick 0
# stopnethack-mode 0
# revenge-mode 0
# ban-time 120
# exempt-time 60
# invite-time 60
# aop-delay 5:30
# need-op { putserv "PRIVMSG #lamest :op me cos i'm lame!" }
# need-invite { putserv "PRIVMSG #lamest :let me in!" }
# need-key { putserv "PRIVMSG #lamest :let me in!" }
# need-unban { putserv "PRIVMSG #lamest :let me in!" }
# need-limit { putserv "PRIVMSG #lamest :let me in!" }
# flood-chan 10:60
# flood-deop 3:10
# flood-kick 3:10
# flood-join 5:60
# flood-ctcp 3:60
# flood-nick 5:60
# }
Dont forget that you can edit these setting to suit your needs, and by the way change this# channel set #lamest +enforcebans +dynamicbans +userbans +dynamicexempts
# channel set #lamest +userexempts +dynamicinvites +userinvites +protectops
# channel set #lamest +protectfriends +statuslog +revenge -protecthalfops
# channel set #lamest +revengebot +dontkickops +autovoice -autoop -autohalfop
# channel set #lamest -bitch -secret -shared +greet +cycle
to thischanmode "+nt-likm"
chanmode "+nt"