Serious Help Needed...

These are old archives. They are kept for historic purposes only.
Post Reply
puppynut5
Posts: 9
Joined: Sun Jul 23, 2006 7:47 pm
Location: Twentynine Palms, CA
Contact:

Serious Help Needed...

Post by puppynut5 »

All right I am having some problems probably due to the fact that I'm stupid. Actually its not that it's just I'm new to the whole IRC thing. I've only used it in the past for file transfers :P. So heres one of the many problems I'm having.

I have finally got a semi-functional conf file up but when I try to login as an oper I use this command...
/oper username puppynuts password ******** it then gives me this message

No O-lines set for the host

I went from using the new flag system to using the old O: anyways...heres my part of the conf

oper puppynuts {
class clients;
from {
userhost [email protected];
};
password "********";
O:N
flags {
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
can_unkline;
can_rehash;
can_kline;
};
};


Any help would be great.
PuppyNuts
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Code: Select all

oper puppynuts { 
  class clients; 
  from { 
    userhost [email protected]; 
  }; 
  password "********"; 
  O:N 
  flags { 
    netadmin; 
    can_zline; 
    can_gzline; 
    can_gkline; 
    global; 
    can_unkline; 
    can_rehash; 
    can_kline; 
  }; 
};
A userhost is not your email address. Change it to * until you figure out what a userhost is.

You don't need the O:N part, no idea how you got that in there to begin with...
puppynut5
Posts: 9
Joined: Sun Jul 23, 2006 7:47 pm
Location: Twentynine Palms, CA
Contact:

Post by puppynut5 »

All right thanks for your reply and I changed the necessary parameters. However the problem still exists....Any other suggestions for me. I'm currently researching the whole userhost deal now....
PuppyNuts
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Did you rehash or restart after saving the changes to the conf file?
puppynut5
Posts: 9
Joined: Sun Jul 23, 2006 7:47 pm
Location: Twentynine Palms, CA
Contact:

Post by puppynut5 »

Yeh I had done that before. I just went and rehashed + did a restart on it just to make absolute sure and it's still a no go.
PuppyNuts
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Oh, and you have the oper command syntax wrong

it is /oper puppynuts ******
puppynut5
Posts: 9
Joined: Sun Jul 23, 2006 7:47 pm
Location: Twentynine Palms, CA
Contact:

Post by puppynut5 »

Ahhhh for shizzle your the man. Thank you much I'm sure I'll be back here later for more stupid questions :P
PuppyNuts
Post Reply