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.

Egghead Conf.

Old posts that have not been replied to for several years.
Locked
h
haleEddie

Egghead Conf.

Post by haleEddie »

Alright, I finished editing my conf. file then ran thr RunOnce thing, and the only error on there is No Server, I found the part of the conf. that talks about servers but don't know where to put the actual server info, can someone help me. :roll:

# This is the bot's server list. The bot will start at the first server listed,
# and cycle through them whenever it gets disconnected. You need to change these
# servers to YOUR network's servers.
#
# The format is:
# server[:port][:password]
#
# Both the port and password fields are optional; however, if you want to set a
# password you must also set a port. If a port isn't specified it will default to
# your default-port setting.

Thanks so much :wink: :)
m
mopar
Halfop
Posts: 87
Joined: Sat Oct 26, 2002 3:38 pm
Location: Grebbestad Sweden

Post by mopar »

It should look something like this...

# Both the port and password fields are optional; however, if you want to set a
# password you must also set a port. If a port isn't specified it will default t
o
# your default-port setting.
set servers {
irc.banetele.no:6667
irc.easynews.com:6667
irc.avalonworks.ca:6667
irc.blessed.net:6667
}

# This setting makes the bot try to get his original nickname back if its
# primary nickname is already in use.



You also have to choose what net a bit up in the conf.file
# This module provides the core server support. You have to load this
# if you want your bot to come on IRC. Not loading this is equivalent
# to the old NO_IRC define.
loadmodule server

# What is your network?
# 0 = EFnet (non +e/+I hybrid)
# 1 = IRCnet
# 2 = Undernet
# 3 = DALnet
# 4 = EFnet +e/+I hybrid
# 5 = Others
set net-type 0


/mopar
It's never to late to give up..
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Although Windrops and not discussed on this forum it would really help if you read the documentation that comes with it and look at all those lovely informative links on the main page of egghelp.org. :P
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

You cannot IRC as root as well. Use a normal user account. Most IRC networks place klines on your machines host if you IRC from a root directly. (Has happened to me on a quite number of occasions on 'DALnet')
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
Locked