Page 1 of 1

Serious Help Needed...

Posted: Sun Jul 23, 2006 7:54 pm
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.

Posted: Sun Jul 23, 2006 8:14 pm
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...

Posted: Sun Jul 23, 2006 8:39 pm
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....

Posted: Sun Jul 23, 2006 9:03 pm
by Stealth
Did you rehash or restart after saving the changes to the conf file?

Posted: Sun Jul 23, 2006 9:06 pm
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.

Posted: Sun Jul 23, 2006 9:11 pm
by Stealth
Oh, and you have the oper command syntax wrong

it is /oper puppynuts ******

Posted: Sun Jul 23, 2006 9:13 pm
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