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.

making a config file

General support and discussion of Eggdrop bots.
Post Reply
K
KiNgThRaNdUiL
Voice
Posts: 19
Joined: Mon Mar 16, 2015 7:31 pm
Location: swansea

making a config file

Post by KiNgThRaNdUiL »

how do u make a new Trivbot conf file with a current eggdrop ? do i have to go through putty.exe or winscp and how do i do it,no point in giving me links for help as it confuses me .
K
KiNgThRaNdUiL
Voice
Posts: 19
Joined: Mon Mar 16, 2015 7:31 pm
Location: swansea

making a config file

Post by KiNgThRaNdUiL »

If eggdrop is already on my ssh or winscp or putty.exe would i have to do the same thing to make a new config file for a trivbot (Trivia) ? like down below :

Type cd eggdrop1.6.18
Type ./configure
Type make config (which compiles all modules) or make iconfig (which allows you to select the modules to compile).
Type make
Type make install DEST=~./botdir (where botdir is the name you prefer for your bot directory.)
Using your FTP program upload your edited eggdrop.conf to your new bot directory.
Type ./eggdrop -m config file botnick.conf (where botnick.conf is the name you've given your eggdrop.conf.) The -m switch starts your bot in user file creation mode and is no longer necessary after initial installation.

Please Note: If you receive an error message using make or make install try gmake and gmake install.
K
KiNgThRaNdUiL
Voice
Posts: 19
Joined: Mon Mar 16, 2015 7:31 pm
Location: swansea

making a config file

Post by KiNgThRaNdUiL »

ircd@irc:~/eggdrop1.6.21$ make config
make: *** No rule to make target `config'. Stop.
ircd@irc:~/eggdrop1.6.21$ make iconfig
make: *** No rule to make target `iconfig'. Stop.
ircd@irc:~/eggdrop1.6.21$ make config Trivbot
make: *** No rule to make target `config'. Stop.
ircd@irc:~/eggdrop1.6.21$ make
make: *** No targets specified and no makefile found. Stop.
ircd@irc:~/eggdrop1.6.21$
K
KiNgThRaNdUiL
Voice
Posts: 19
Joined: Mon Mar 16, 2015 7:31 pm
Location: swansea

making a config file

Post by KiNgThRaNdUiL »

ircd@irc:~/eggdrop1.6.21$ ./Trivia --makeconfig
-bash: ./Trivia: No such file or directory
ircd@irc:~/eggdrop1.6.21$ cd
ircd@irc:~$ cd Trivia
ircd@irc:~/Trivia$ ./Trivia --makeconf
-bash: ./Trivia: No such file or directory
ircd@irc:~/Trivia$ --makeconf
-bash: --makeconf: command not found
ircd@irc:~/Trivia$ make conf
make: *** No rule to make target `conf'. Stop.
ircd@irc:~/Trivia$
Post Reply