shadow_left
Logo
Shadow_R

User Login

Email Login



Network Rank


Top Channels


Who's Online

We have 19 guests online
 
   

Configure an Eggdrop

PDF Print E-mail

Eggdrop Bot




Contents


You can find here all the steps you have to do in order to install and run an eggdrop.

    In a terminal of the host machine were you want to install the eggdrop just type the folowing commands:

    1.
    wget http://www.egghelp.org/files/eggdrop/eggdrop1.6.19.tar.gz

    2.
    press q

    3.
    type: tar -xzvf eggdrop1.6.19.tar.gz

    4.
    type: cd eggdrop1.6.19

    5.
    type: ./configure

    6.
    type: make config

    7.
    type: make

    8.
    type: make install DEST=/home/$(whoami)/bot

    9.
    type: cd ../testing

    10.
    change name: mv eggdrop.conf bot.conf

    11.
    pico testing.conf

    12.
    go down to the section called ##### BASIC SETTINGS ###### all lines that starts with # are comments

    13.
    instead of set username "lamest" use any username "vivo"

    14.
    change set admin "Lamer "

    15.
    next is set network "NETWORKNAME"

    16.
    set time to GMT

    17.
    offset +1

    18.
    ip is: 213.89.242.47 <<<< ur vhost ip <<<< remove the #
    host is: c213-89-242-47.cm-upc.chello.se <<< vhost <<< remove the #

    19.
    go down in the logging section
    you will find something called: logfile jpk #lamest "logs/lamest.log"
    change it to logfile jpk #channel-the-bot-will-be-in "logs/channelname.log

    20.
    example logfile jpk #funchat "logs/funchat.log"

    21.
    go down to: ##### FILES AND DIRECTORIES #####
    change to testing.user
    change to "pid.user" remove #

    22.
    now go down to ##### BOTNET/DCC/TELNET #####
    scroll down to: #listen 3333 all
    put: listen A-port all
    example listen 45773 all

    23.
    ##### MORE ADVANCED SETTINGS ##### section
    #set owner "MrLame, MrsLame" remove the # and name owner

    24.
    scroll down to: ##### MODULES #####
    above it there is
    die "Please make sure you edit your config file completely." put # before die

    25.
    go down to #### CHANNEL MODULES
    anything.chan

    26.
    information
    set global-flood-chan 10:60 = 10 lines within 60 second and the bot will kick the user

    27.
    scroll down to · #### Channel MODULE ####
    # Here is a shorter example:
    #
    # channel add #botcentral { <<<< #channel
    # chanmode "+mntisl 1" <<<<"+nt"
    # idle-kick 1
    # }

    28.
    you go down to #### SERVER MODULE ####
    set net-type 3 <<<< same ircd as dalnet
    set nick "testing"
    set alnick "antesting"

    29.
    proc evnt:init_server {type} {
    global botnick
    putquick "MODE $botnick +i-ws"
    putserv "nickserv identify $botnick password " << add this line
    }

    30.
    change realname to something <<< when you whois

    31.
    scroll down a bit, and you will find:
    set servers {
    you.need.to.change.this:6667
    another.example.com:7000:password
    }

    32.
    scroll a bit down
    over the line that says #### CONSOLE MODULE #### there's another line you need to comment out it starts with die too add # before die

    33.
    scroll down to #### BLOWFISH MODULE ####
    #loadmodule blowfish remove the #

    34.
    press ctrl + x
    then y

    35.
    type: ./eggdrop -m bot.conf


    Some DCC commands very usefull:
    .+chan #channel
    .-chan #channel
    .+user nick
    +host nick *!ident@ip
    .chattr nick +fop
    .save
    .rehash
    .restart
    .say #channel msg
    .whois
    .match *
    .help


    go top

 
< Prev   Next >