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.

a little help

General support and discussion of Eggdrop bots.
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

a little help

Post by sharpie1664 »

STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
This will make the bot recognize you as the master.

You have installed modules but have not selected an encryption
module, please consult the default config file for info.


what should i do here?
not quite sure

cheers
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Make sure you load the blowfish module (as it says in the default configfile).
NML_375
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

Can't load modules blowfish: /home/irc/eggdrop/modules/blowfish.so: cannot open shared object file: No such file or directory
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

As stated in your other threads, you've failed to complete all steps of compiling:

Code: Select all

./configure
make config
make eggdrop
make modules
make install
NML_375
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

ok i have made the modules but they are .mods now i need to get them so they are .so
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Actually, if you've followed the above steps, you should have a directory within your home called "eggdrop/" containing all neccesary files in the proper location.

If you do insist on moving files by hand, you'd find the compiled modules, along with the compiled binary, in the root of the source-tree..
NML_375
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

i have done all of the above and still get this

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[15:53] --- Loading eggdrop v1.6.18 (Sun Aug 5 2007)
[15:53] Module loaded: channels
[15:53] Can't load modules blowfish: /home/irc/eggdrop/modules/blowfish.so: cannot open shared object file: No such file or directory
[15:53] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[15:53] use '.help userinfo' for commands.
[15:53] * USER FILE NOT FOUND! (try './eggdrop -m eggdrop.conf' to make one)
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

Code: Select all

#### BLOWFISH MODULE #### 

# IF YOU DON'T READ THIS YOU MAY RENDER YOUR USERFILE USELESS LATER 
# Eggdrop encrypts its userfile, so users can have secure passwords. 
# Please note that when you change your encryption method later (i.e. 
# using other modules like a md5 module), you can't use your current 
# userfile anymore. Eggdrop will not start without an encryption module. 
#loadmodule blowfish 
you need to enable this module by removing the comment (#) from in front of the command

Code: Select all

loadmodule blowfish
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

ok now im getting a bit futher but it now says USER FILE NOT FOUND i then type /eggdrop -m eggdrop.conf and get this STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg ********* hello
This will make the bot recognize you as the master.

[19:21] === ********: 0 channels, 0 users.
Launched into the background (pid: 18155)

but my bot dont enter the irc channel specified what do i do now its in irc but just not a channel
cheers



Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[19:19] --- Loading eggdrop v1.6.18 (Sun Aug 5 2007)
[19:19] Module loaded: dns
[19:19] Module loaded: channels
[19:19] Module loaded: server
[19:19] Module loaded: ctcp
[19:19] Module loaded: irc
[19:19] Module loaded: transfer (with lang support)
[19:19] Module loaded: share
[19:19] Module loaded: compress
[19:19] Module loaded: filesys (with lang support)
[19:19] Module loaded: notes (with lang support)
[19:19] Module loaded: console (with lang support)
[19:19] Module loaded: seen
[19:19] Module loaded: blowfish
[19:19] Module loaded: assoc (with lang support)
[19:19] Module loaded: wire (with lang support)
[19:19] Module loaded: uptime
[19:19] Userinfo TCL v1.07 loaded (URL BF GF IRL EMAIL DOB PHONE ICQ).
[19:19] use '.help userinfo' for commands.
[19:19] * USER FILE NOT FOUND! (try './eggdrop -m eggdrop.conf' to make one)
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Did you create your owner-account, such as you were instructed when you started it?
STARTING BOT IN USERFILE CREATION MODE.
Telnet to the bot and enter 'NEW' as your nickname.
OR go to IRC and type: /msg ********* hello
This will make the bot recognize you as the master.
It would also seem that you have not defined any channels within your config-file, as it states:
[19:21] === ********: 0 channels, 0 users.
Once you've entered the dcc partyline as owner, you could of course add new channels using the .+chan command...
NML_375
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

the bot is sitting on the sever but dont now how to bring it in a room although
it should do this itself how do i exit it from off the server

cheers
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Obviously, it's sitting there because you have not yet defined any channels.. How would your eggdrop know which channels to join if you do not define them, either in your config-file, or using the .+chan command once it's online?

In any case, simplest way of killing it, would be to dcc chat it, and use the .die command. Other option would be to use the kill command from your shell once you've found out it's pid.
NML_375
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

Add each static channel you want your bot to sit in using the following
# command. There are many different possible settings you can insert into
# this command, which are explained below.
#
# channel add #gettorrents {
# 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 #gettorrents :op me cos i'm lame!" }
# need-invite { putserv "PRIVMSG #gettorrents :let me in!" }
# need-key { putserv "PRIVMSG #gettorrents :let me in!" }
# need-unban { putserv "PRIVMSG #gettorrents :let me in!" }
# need-limit { putserv "PRIVMSG #gettorrents :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

is this right this is the channel i want my bot in so y isnt it coming in? sorry to be a pain just that ive been on this all day
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Lines starting with # are comments, and are thus not executed.
NML_375
s
sharpie1664
Voice
Posts: 28
Joined: Sun Aug 05, 2007 4:44 am

Post by sharpie1664 »

so what would i need to do take the # away?
Post Reply