Posts Tagged ‘IRC’

How to Install (setup / compile) Anope Services?

>> CLICK HERE TO KNOW HOW TO INSTALL UNREAL IRCD FIRST. <<

After installing unreal ircd you must be looking for installation of Anope Services, so here is the tutorial for you about how to Install (setup / compile) Anope services in few easy steps.

1.) Type: wget http://downloads.sourceforge.net/project/anope/anope-stable/Anope%201.8.2/anope-1.8.2.tar.gz

Above command will download anope-1.8.2.tar.gz in your shell

2.) Type: tar -zxvf anope-1.8.2.tar.gz
Above command will untar your anope-1.8.0.tar.gz and extract all containing files in anope-1.8.0 folder. Now change directory to anope-1.8.0. For that type command given below.

3.) Type: cd anope-1.8.2
Now you are in anope-1.8.0 directory.

4.) Type: ./Config

Above command will config your anope services it will ask you few questions.

In what directory do you want the binaries to be installed?
[/home/username/services]

Keep it blank and hit enter.

/home/username/services does not exist.  Create it?
[y]

Just hit enter for next question

Where do you want the data files to be installed?
[/home/username/services]

Again hit enter as we need it to be default

Which group should all Services data files be owned by?  (If Services
should not force files to be owned by a particular group, just press
Return.)
[]

Press enter for next question

What should the default umask for data files be (in octal)?
(077 = only accessible by owner; 007 = accessible by owner and group)
[077]

Press enter again as we need default setting.

Allow anope to automatically check for mysql libaries?
unless you get errors with make, there is no need to
change this setting.
[yes]

Press enter again. Thats it. now it will config your anope services. now you will have to run make command.

5.) Type: make

Above command will compile anope services.

6.) Type: make install

Above command will install anope services. Now you have to change directory to services which is in your home directory so for that type command given below.

7.) Type: cd ../services/

Now you are in services directory and you have to edit services.conf file but there is no services.conf exists so you have to copy example.conf file as services.conf file for that type command given below.

8.) type: cp example.conf services.conf

Now type following command to edit services.conf

9.) type: pico services.conf

Here you have to edit only 4 lines to get your services work.

IRCDModule “unreal32″

Just remove “#” from start of this line

RemoteServer 127.0.0.1 6667 “services”

change “127.0.0.1″ to your given ircd ip by your ircd shell provider and replace “services” with your password which you have applied in unrealircd.conf in your service link block

ServerName “services.yourdomain.com”

This value should be also as per your unrealircd.conf ‘s service link block.

ServicesRoot “YourNicknameHere”

Put your nickname in this value “YourNicknameHere”

10.) now just save your settings and type: ./services -debug -nofork

if everything goes normally and don’t give any error just start your services with command given below.

11.)  Type: ./services

If you find any problem or error while installing (setting up / compiling) Anope services just comment here to get help, I will try to fix errors.

Click here to know:: How to setup (compile/install) BOPM Proxy Scanner Bot

5 comments - What do you think?  Posted by admin - June 27, 2009 at 10:07 am

Categories: IRC, seo   Tags: , ,

How To Use Psybnc On Mirc ?

Its been a very big issue for newbies who buy shell and they don’t know how to install psybnc and How to use psybnc on mirc, Well Here in this post I will share tutorial about how to use psybnc on mirc. Tutorial about How to Install Psybnc has been discussed earlier. Click Here To Read How To Install Psybnc On Shell

Assuming that you have install psybnc sucuessfully, here i start how to use psybnc on mirc with easy steps.

1.) After you install psybnc you will get server name, identd (username to use as your logoin for psybnc) and port.

2.) Open Mirc and Fill up all information as guided in below pic:

psybnc1

Full name: You can put anything here

Email: Don’t use your email, just put your name in that field else it will conflict with your identd (username of psybnc) and it will give you error: “<-psyBNC> Wrong Password. Disconnecting.” so simply use your name in that field.

Nick: Put your nick which you want to use on IRC

Alternative: Put any other nick ( in case your nick is already in use on irc, this option will obtain your alternative nick). You can keep it blank if you want.

Click ok After doing this and then type command given below at your Mirc status window.

3.) Type: /identd on username

Type command given above at status window of your mirc. Replace field “username” with your “psybnc’s identd (username to use as your logoin for psybnc)”

4.) You are almost done. Now just use following command syntax to get connected to your psybnc at Mirc status window

type: /server <your.servername.com> <port> <password>

<your.servername.com> : replce this field with host name of your shell or psybnc server name. If you don’t know it ask your shell or psybnc provider about it.

<port> : replace this field with listening port of psybnc.

<password> : if you are starting your psybnc for the 1st time then you can use any password of your choice. It will become your psybnc’s password.

5.) After you perform command given above you will get connected to psybnc and you will recieve “welcome msg from psybnc”. Now you have to add vhost to your psybnc. Type following command to add vhost to your psybnc.

6.) type: /bvhost your.vhost.here.com

this will add your vhost. Replace “your.vhost.here.com” with vhost of your psybnc server. If you dont know about it then ask your shell or psybnc provider.

Next step is to add irc server to psybnc to get connected to paticular IRC NETWORK like dalnet, efnet, undernet or any other of your choice. For that just follow command given below to add irc server in psybnc.

7.) type: /addserver irc.efnet.net 6667

here i have given example of one efnet server. you can use server name of particular network instead of “irc.efnet.net” to get connected to server of your choice.

After performing above command you just have to wait for few seconds. Your psybnc will automatically get connected to your choice of irc network.

Next time when you want to connect your psybnc you just need to follow step 2, 3 and 4

Make sure you note down  or remmber your psybnc’s ident(username), port, server name (server host) and password.

For any assistance you can comment below.

4 comments - What do you think?  Posted by admin - June 19, 2009 at 6:56 am

Categories: IRC   Tags: ,

How to Install (setup / compile) Unreal Ircd?

IRCD INSTALLING SERVICE:

If you want we can install ircd for you. We will charge only $5 for setting up unreal ircd and $10 for unreal ircd + anope services.

If you are interested please email at sparshdesai@gmail.com

TURORIAL (TRY YOUR SELF) :

After purchasing IRCD Shell many people are confused about how to install (setup / compile) unreal ircd, so here I am gonna post easy unreal ircd installation steps for those users who are seeking to learn how to setup unreal ircd.

Is it easy to setup unreal ircd?
Yes, It is very easy to setup unreal ircd, just follow the tutorial given below and your ircd server
is ready to run.

1.) Type: wget http://unreal.brueggisite.de/Unreal3.2.8.1.tar.gz

Above command will download unreal ircd in tar format on your shell. now you have to untar your unreal ircd.
For that type command given below:

2.) Type: tar -zxvf Unreal3.2.8.1.tar.gz

This will untar your unreal ircd and extract all files in Unreal3.2 dir. Now you have to change directory to Unreal3.2.

3.) Type: cd Unreal3.2

Now we are moved to directory Unreal3.2 and now you are ready to configure your ircd. So lets start with following command.

4.) Type: ./Config

Your configuration of unreal ircd has been started. Now you have to press “Enter key” once and then “space bar” until you see
following questions.

Do you want to enable the server anti-spoof protection?
[No] ->

To enable anti-spoof protection option type yes and enter or leave if you want to keep it disabled then just leave it blank and press enter. According to my suggestion keep it blank.

What directory are all the server configuration files in?
[/home/username/Unreal3.2] ->

We didn’t change the directory so keep it blank and press enter.

What is the path to the ircd binary including the name of the binary?
[/home/username/Unreal3.2/src/ircd] ->

Again keep it blank and press enter as we didn’t changed this path.

Would you like to compile as a hub or as a leaf?
Type Hub to select hub and Leaf to select leaf.
[Hub] ->

If you are not going to link your ircd with any other irc server then just keep it blank and press enter.

If you want to link your ircd to other irc servers then type leaf and press enter.

What is the hostname of the server running your IRCd?
[ircd.webshost.net] ->

You don’t need to change anything here so just press enter for the next question.

What should the default permissions for your configuration files be? (Set this to 0 to disable)
It is strongly recommended that you use 0600 to prevent unwanted reading of the file
[0600] ->

Answer has been already given automatically by configuration script so just press enter and go for next question.

Do you want to support SSL (Secure Sockets Layer) connections?
[No] ->

Many servers does not use this option so my recommendation for you is to leave it blank and go ahead for next question. But if you want to enable this option just type yes and go ahead.

Note: if you are pressing yes you should know what you are doing.

Assuming that you have kept that blank, we are moving to our next question

Do you want to enable IPv6 support?
[No] ->

If you want to enable this option type yes and go ahead. We are keeping it here disabled.

Do you want to enable ziplinks support?
[No] ->

You really don’t need feature either, so keep it blank.

Do you want to enable remote includes?
[No] ->

No, its not recommended.

Do you want to enable prefixes for chanadmin and chanowner?
This will give +a the & prefix and ~ for +q (just like +o is @)
Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient,
PJIRC, irssi, CGI:IRC, etc.)
This feature should be enabled/disabled network-wide.
[Yes] ->

Its a cool feature. You might like it to keep it enable. If you have registered the channel, you will be ~yournick instead of @yournick in the channel, and anyone who you have added to the SOP list, or who is +a in the channel, will be &theirnick instead of @theirnick. Type no if you dont want it.

What listen() backlog value do you wish to use?  Some older servers
have problems with more than 5, others work fine with many more.
[5] ->

Again keep it blank  as we do not need to change this value.

How far back do you want to keep the nickname history?
[2000] ->

Again keep it blank  as we do not need to change this value.

What is the maximum sendq length you wish to have?
[3000000] ->

Keep it blank  again.

How many buffer pools would you like?
This number will be multiplied by MAXSENDQLENGTH.
[18] ->

Yes you guessed it right, keep it blank again.

How many file descriptors (or sockets) can the IRCd use?
[1024] ->

Now this answer depends upon how many users are allowed on your ircd.

Suppose if you have purchased 300 user ircd package then type 300, if you have 1000 user ircd then type 1000.

Would you like any more parameters to configure?
Write them here:
[]->

Just keep it blank and press enter.

Your Ircd will get started to configured now. So just wait until its get configured completely.

You might be thinking that we left most of the question blank, well don’t worry you don’t need those options. And when ever you need you can turn them on or off accordinly.

At the end of configuration you will see following msg in box

Now all you have to do is type ‘make’ and let it compile. When that’s done, you will receive other instructions on what to do next.

so just type following command.

5.) Type: make

Now your unreal ircd is getting compiled. It might take bit long. So now just wait to get it compiled.

At the end of compiling you will get following msg in box:

Compile is now complete. You should now read the documentation and learn how to configure your IRCd.

Now we need unrealircd.conf file in directory Unreal3.2 and need to edit it to start and work our ircd perfactly.

6.) Type: cp /home/username/Unreal3.2/doc/example.conf unrealircd.conf

“username” should be replace with your ircd shell’s username.

Above command will create unrealircd.conf file in your Unreal3.2 directory.

Now you have to edit it.

7.) Type: pico unrealircd.conf

Everything in this file has been explained in details. So I don’t have to explain it all again. I will go through the most important ones.

note: Don’t modify any other variables unless you are aware of it.

so Now lets start editing.

/* FOR *NIX, uncomment the following 2lines: */
loadmodule “src/modules/commands.so”;
loadmodule “src/modules/cloak.so”;

# To uncomment it just remove “//” from the begining of lines.

# Now Its time for Ircd info block to be edited.

me
{
name "irc.yourdomain.com";
info "your IRC network name";
numeric 1;
};

# In this block You can add your ircd info.

# Add your info as admin

admin {
"Your Name";
"Your Nickname";
"your@email.addr";
};

# Now Add an O:Line for yourself
# You can edit the one already there
# O:Lines define the IRCops

Now,

# Add a C/N Line for IRC Services
# Don’t edit the link block already there.
# C/N Lines allow other IRCDs or IRC Services to link with you

link services.yourdomain.com
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7029;
hub *;
password-connect "services";
password-receive "services";
class servers;
options {
};
};

# Comment following black out with /* */

/*
link hub.mynet.com
[..etc..]
options {
/* Note: You should not use autoconnect when linking services */
autoconnect;
ssl;
zip;
};
};
*/

# Add the U:Line for the IRC Services
# You can edit the ulines block already there

ulines {
services.yourdomain.com;
stats.yourdomain.com;
};

# Comment this out with /* */

/*
tld {
mask *@*.fr;
motd "ircd.motd.fr";
rules "ircd.rules.fr";
};
*/

# Network configuration is the most important part
# You can use the block already there

* Network configuration */
set {
network-name "YourNetworkNameHere";
default-server "irc.yourdomain.com";
services-server "services.yourdomain.com";
stats-server "stats.yourdomain.com";
help-channel "#help";
hiddenhost-prefix "hidden";
/* prefix-quit "no"; */
/* Cloak keys should be the same at all servers on the network.
/* [..etc..]
*/
cloak-keys {
"aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";
"90jioIOjhiUIOH877h87UGU898hgF";
"IOjiojiio8990UHUHij89KJBBKU898";
};
/* on-oper host */
hosts {
local "locop.yourdomain.com";
global "ircop.yourdomain.com";
coadmin "coadmin.yourdomain.com";
admin "admin.yourdomain.com";
servicesadmin "csops.yourdomain.com";
netadmin "netadmin.yourdomain.com";
host-on-oper-up "no";
};
};

# Server configuration
# You can edit the block already there

/* Server specific configuration */

set {
kline-address “VALID.mail@address.here”;
auto-join “#lobby”;
modes-on-connect “+ixw”;
modes-on-oper “+xwgs”;
oper-auto-join “#opers”;
dns {
nameserver Your.DNS.IP.Here;
timeout 2s;
retries 2;
};

Your unrealircd.conf has been edited now.

8.) type: ctrl (key)+x
(to save your unrealircd.conf file)

9.) type: y + enter (key)

You have to start your unreal ircd process to test your new ircd server. for that type following command

10.) Type: ./unreal start

Now your unreal ircd has been started and you can connect to your ircd server.

If you are having any problem or error while installing (setting up / compiling) unreal ircd, just write down in comments. I will try to help you  out to fix your issues.

Click here to know::

How to Install (setup / compile) Anope Services?

How to setup (compile/install) BOPM Proxy Scanner Bot

15 comments - What do you think?  Posted by admin - June 14, 2009 at 9:05 am

Categories: IRC   Tags: , , ,

How to reset or change psybnc password?

Here in this post I will let you know how to reset or change password of psybnc.

There are 3 ways of changing / reseting psybnc password.

Method 1.)

If you are already logged into your psybnc then you just have to type following command to change or reset your psybnc password.

/password <new password>

Method 2.)

If you have access to admin psybnc and you have forgotten your user psybnc’s password then you need to type following command to reset your psybnc’s user’s password.

/password <psy user> <new password>

Method 3.)

If you have forgotten your psybnc’s admin password then you can reset it via shell. Just follow the given steps to change / reset your psybnc’s admin password via shell.

1.) 1st of all you will need login to your shell
2.) and then type: cd psybnc

Now you are in psybnc directory. Here you have to edit psybnc.conf file. For that you have to type command given below.
3.) now type: pico psybnc.conf

4.) Now you will  have to make changes in this line “USER1.USER.PASS==`xy’z`a`h`e”

Here you have to put new password after USER1.USER.PASS=
For example: USER1.USER.PASS=new pass word

5.) type: ctrl (key)+x
(to save your psybnc.conf file)

6.) type: y + enter (key)

After you have saved edited part you have to restart your psybnc and you are ready to use your psybnc with new password.

Be the first to comment - What do you think?  Posted by admin - June 1, 2009 at 11:22 am

Categories: IRC   Tags: , , ,

How to setup (install/compile) Eggdrop Bot?

EGGDROP INSTALLING SERVICE:

If you want we can install EGGDROP for you. We will charge only $5 for setting up EGGDROP

If you are interested please email at sparshdesai@gmail.com

TURORIAL (TRY YOUR SELF) :

What is an Eggdrop?

Eggdrop is most popular irc bot which is very advanced and best supported. It is a bot which is parked in an irc channel arround the clock. Most people use it for protecting
their channels from abusers, flooders or takeovers.  It looks like a normal user on irc but it is loaded with most advanced features.

How to Install (setup/compile) Eggdrop Bot?

Wondering how to install (setup/compile) eggdrop bot on your shell? Well, Now it is very easy to install (setup/compile) eggdrop bot in your shell your own. Here in this
article I will let you know how to install (setup/compile) eggdrop in few easy steps.

1.) type: wget ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop1.6.19+ctcpfix.tar.gz

Above command will download eggdrop in your shell.

2.) type: tar -zxvf eggdrop1.6.19+ctcpfix.tar.gz

Above command will untar your downloaded eggdrop tar file. Now you have to change dir to eggdrop1.6.19 so type command given below.

3.) type: cd eggdrop1.6.19

Now you are in directory called eggdrop1.6.19

4.) type: ./configure

It will configure your eggdrop and now you will have to configure the modules, so type the command given below.

5.) type: make config

your (all) modules are configured  now using above command and now time to compile bot so type command given below.

6.) type: make

Your bot has been compiled now and now its time to run installation command.

7.) type: make install

It will install your eggdrop bot completely and you will get some message like this at the end of installation.

“Installation completed.

You MUST ensure that you edit/verify your configuration file.
An example configuration file, eggdrop.conf, is distributed with Eggdrop.

Remember to change directory to /home/username/eggdrop before you proceed. ”

For that you have to perform commands given below.

8.) type: cd

9.) type:  cd eggdrop

Now you are in your eggdrop directory where you have to edit your egg.conf file.  So type the command given below to edit your egg.conf file

10.) type: pico egg.conf

Now you have to paste the following lines between “” tags in your egg.conf file. (After you paste it, make sure you have changed it according to your requirements)

set username Lamer # replace with anything you want
set admin “Lamer <lamer@lamer.co.in>” # replace with anything you want
set owner Lamer # replace with anything you want
set nick “Botnich” # replace with botnick you want

set timezone “CET”
set offset “-1″

set realname “Real name” # replace with anything you want
set my-ip 00.000.000.000 # replaec with ip of your vhost.
listen 13381 all # it is the bot telnet port, you can telnet on this port and control the bot (select port between 10000 – 20000)

##### LOG FILES #####

set network EFnet #make it dalnet if you want to connect the bot to dalnet or undernet etc.
addlang english

set max-logs 5
set max-logsize 0
set quick-logs 0
set raw-log 1
set log-time 1
set keep-all-logs 0
set logfile-suffix “.%d%b%Y”
set switch-logfiles-at 300
set quiet-save 1

##### CONSOLE #####

set console “mcobxs”

##### FILES AND DIRECTORIES #####

if {![file isdirectory $nick]} {
catch { exec mkdir $nick }
}

foreach file {user chan note pid} {
if {[file isdirectory $nick]} {
set ${file}file $nick/${file}file
} else {
set ${file}file $nick.${file}
}
}

set sort-users 1
set help-path “help/”
set text-path “text/”
set temp-path “/tmp/”

foreach path {help text temp} {
if {![info exists $path-path]} {
catch { exec mkdir $path-path }
}
}
set motd “”
set telnet-banner “”
set userfile-perm 0600

##### BOTNET/DCC/TELNET #####

set botnet-nick $nick
set remote-boots 1
set share-unlinks 1
set protect-telnet 0
set dcc-sanitycheck 0
set ident-timeout 5
set require-p 1
set open-telnets 0
set stealth-telnets 1
set use-telnet-banner 0
set connect-timeout 15
set dcc-flood-thr 3
set telnet-flood 5:60
set paranoid-telnet-flood 1
set resolve-timeout 15

##### MORE ADVANCED SETTINGS #####

set ignore-time 15
set hourly-updates 00
set notify-newusers “”
set default-flags “”
set whois-fields “”
set die-on-sighup 0
set die-on-sigterm 1

bind dcc n tcl *dcc:tcl
bind dcc n set *dcc:set

set must-be-owner 1
set max-dcc 50
set allow-dk-cmds 1
set dupwait-timeout 5

##### MODULES #####
set mod-path “modules/”

loadmodule dns
loadmodule channels

set force-expire 0
set share-greet 1
set use-info 1

set global-flood-chan 5:1
set global-flood-deop 2:1
set global-flood-kick 3:10
set global-flood-join 5:60
set global-flood-ctcp 3:60
set global-flood-nick 5:60
set global-aop-delay 5:30
set global-idle-kick 0
set global-chanmode “”
set global-stopnethack-mode 0
set global-revenge-mode 0
foreach var {ban exempt invite} {
set global-$var-time [expr {60 + [rand 60]}]
}

set global-chanset {
-autoop -autovoice
-bitch +cycle
+dontkickops +dynamicbans
+dynamicexempts +dynamicinvites
-enforcebans +greet
-inactive -nodesynch
-protectfriends +protectops
-revenge -revengebot
-secret -seen
+shared -statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop
}

#### SERVER MODULE ####

loadmodule server
set net-type 0
set altnick [string range $nick 0 7]

bind evnt – init-server evnt:init_server

proc evnt:init_server {type} {
global botnick
putquick “MODE $botnick +i-ws”
}

set default-port 6667

# Replace the below server list with servers of your network, it should be fine for efnet.
set _servers {
“irc.torix.ca:6667″
“irc.isdnet.fr:6667″
“efnet.skynet.be:6667″
“irc.qeast.net:6667″
“irc.hemmet.chalmers.se:6667″
“irc.weblook2k.com:6667″
“irc.inet.tele.dk:6667″
“irc.avalonworks.ca:6667″
“irc.umich.edu:6667″
“irc.secsup.org:6667″
“irc.isprime.com:6667″
“irc.inter.net.il:6667″
“irc.he.net:6667″
“irc.wh.verio.net:6667″
“irc.aol.com:6667″
“irc.limelight.us:6667″
“irc.servercentral.net:6667″
“ircd.lagged.org:6667″
“irc.desync.com:6667″
“irc.nac.net:6667″
“irc.mindspring.com:6667″
“irc.prison.net:6667″
“irc.mpls.ca:6667″
“efnet.demon.co.uk:6667″
“irc.easynews.com:6667″
“irc.choopa.net:6667″
“irc.banetele.no:6667″
}

while {[llength $_servers]} {
set index [rand [llength $_servers]]
lappend servers [lindex $_servers $index]
set _servers [lreplace $_servers $index $index]
}

set keep-nick 1
set strict-host 1
set quiet-reject 1
set lowercase-ctcp 0
set answer-ctcp 3
set flood-msg 5:60
set flood-ctcp 3:60
set never-give-up 1
set server-cycle-wait 30
set server-timeout 30
set servlimit 0
set check-stoned 1
set serverror-quit 1
set max-queue-msg 300
set trigger-on-ignore 0
set double-mode 0
set double-server 0
set double-help 0
set optimize-kicks 1
set stack-limit 4

#### CTCP MODULE ####

loadmodule ctcp
set ctcp-mode 0

#### IRC MODULE ####

loadmodule irc
set bounce-bans 1
set bounce-modes 0
set max-bans 20
set max-modes 30
set kick-fun 0
set ban-fun 0
set learn-users 0
set wait-split 600
set wait-info 60

set mode-buf-length 200
set no-chanrec-info 0

### IRC MODULE – IRCnet SPECIFIC FEATURES (net-type 1) ###

set bounce-exempts 0
set bounce-invites 0
set max-exempts 20
set max-invites 20
#set use-exempts 0
#set use-invites 0
set prevent-mixing 1

### IRC MODULE – OTHER NETWORKS (net-type 5) ###

#set kick-method 1
#set modes-per-line 3
#set include-lk 1
#set use-354 0
#set rfc-compliant 1

#### TRANSFER MODULE ####

loadmodule transfer
set max-dloads 3
set dcc-block 0
set copy-to-tmp 1
set xfer-timeout 30

#### SHARE MODULE ####

loadmodule share
set allow-resync 0
#set resync-time 900
#set private-global 0
#set private-globals “mnot”
#set private-user 0
#set override-bots 0

#### COMPRESS MODULE ####

loadmodule compress
set share-compressed 1
set compress-level 9

#### FILESYSTEM MODULE ####

#loadmodule filesys
set files-path “/home/mydir/filesys”
set incoming-path “/home/mydir/filesys/incoming”
set upload-to-pwd 0
set filedb-path “”
set max-file-users 20
set max-filesize 1024

#### NOTES MODULE ####

loadmodule notes
set max-notes 50
set note-life 60
set allow-fwd 1
set notify-users 0
set notify-onjoin 0

#### CONSOLE MODULE ####

loadmodule console
set console-autosave 1
set force-channel 0
set info-party 0

#### BLOWFISH MODULE ####

checkmodule blowfish

##### SCRIPTS #####

loadhelp userinfo.help

11.) type: ctrl (key)+x
(to save your egg.conf file)

12.) type: y + enter (key)

Final Step) type: ./eggdrop -m egg.conf
(to run your eggdrop)

Now your eggdrop is ready to be launched on IRC network of your choice.

If you face any trouble installing (compiling/setting up) eggdrop bot, write your problem or error in comments. I will try help you fixing errors.

2 comments - What do you think?  Posted by admin - May 21, 2009 at 7:04 am

Categories: IRC   Tags: , ,

Next Page »