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.

Cannot get ops

Old posts that have not been replied to for several years.
Locked
w
wwwwizard1

Cannot get ops

Post by wwwwizard1 »

Hi. I'm a newbie.

My eggdrop cannot get ops. In fact, I can't get ops for myself. What am I doing wrong?

Here are some relevant config lines from ircd-hybrid 6.x
Y:2:90:0:500:100000
I:*:somePasswd:*::2
O:*:myPasswd:mynick

When I attach to the server as mynick, and type
"/oper mynick myPasswd"
I get "bad password".

What gives? I'm obviously missing something. I'm sorry if this has been covered, but I have searched and searched and cannot find an answer.
d
dotcomUNDERGROUND

Post by dotcomUNDERGROUND »

Actually m not getting wht u r saying.
aint it the command to get ur O line or IRCop status?

do you want to +o ur bot on ur chan or get ur O line?

if u want to just set chan modes.. this might help u.

if u r on DALnet..
add it to ur config..
set init-server {
putserv "MODE $botnick +i-ws"
putserv "PRIVMSG nickserv@services.dal.net :identify nick_pass"
}
it should identify you whenever it first connects 2 the server.
ie. b4 entering chanz... which ll result oping by chanserv

next part is reoping or reidentify stuffs.
there r several scripts available.
u may try Dalnet-1.1.tcl

i personally use this script 2 auto identify and getops.tcl with my own modification.

but if u dont have a botnet i think Dalnet-1.1.tcl ll b best 4 u.
search for it on da tcl archive
I
Ian-Highlander
Op
Posts: 165
Joined: Mon Sep 24, 2001 8:00 pm
Location: Ely, Cambridgeshire

Post by Ian-Highlander »

Doesnt look like the line in your ircd conf file is quite complete it should look like this:

Code: Select all

O:*@*.*:password:opernick:flags:Y line number

i.e:

O:*@*.*:password:opernick:FaAoO:55
or whatever flags you give it.

This is the settings for Unreal IRCd anyway, not sure which one your using.

Hope This Helps

regards

Ian-Highlander
"Insanity Takes Its Toll, Please Have Exact Change"
D
D3vLiN

Post by D3vLiN »

same question, but then for Undernet X.
I've got this line in a tcl script, but somehow the bot can't login to X:

set init-server { puthelp "PRIVMSG X@channels.undernet.org :LOGIN <login> <pass>" }

where the <login> & <pass> are off course the correct X login and password (registered with cservice). Any clues?
User avatar
DrTongue
Op
Posts: 115
Joined: Sat Jan 26, 2002 8:00 pm
Location: Orlando, Florida
Contact:

Post by DrTongue »

My question for X on Undernet, with thier new policy with having to register a 'usernick' (and supply a valid e-mail address) to have access with X, how do you register a BOT with X?
User avatar
mcdarby
Halfop
Posts: 69
Joined: Tue Jul 16, 2002 7:46 pm
Location: Bangor, Pennsylvania
Contact:

Post by mcdarby »

dotcomUNDERGROUND wrote:Actually m not getting wht u r saying.
aint it the command to get ur O line or IRCop status?
Um, that sounded like a command that would get you k-lined from the IRC Server that you are running the bot on. :(

Sincerely,

Erik
Locked