No O-lines for your host

These are old archives. They are kept for historic purposes only.
Post Reply
axxo
Posts: 2
Joined: Mon Jul 14, 2008 2:00 am

No O-lines for your host

Post by axxo »

ok, on my config i have

Code: Select all

oper aXXo {
   class           clients;
   from {
      userhost *@*;
   };
   password "mypass";
   flags
   {
      netadmin;
      can_gkline;
      can_gzline;
      can_zline;
      can_restart;
      can_die;
      global;
   };
};
and when i type /oper identify mypass i get

[22:42] No O-lines for your host

any ideas?
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Re: No O-lines for your host

Post by T-rexke »

try to type it just the sameway as you put it in the conf like this:

/oper aXXo mypass
axxo
Posts: 2
Joined: Mon Jul 14, 2008 2:00 am

Re: No O-lines for your host

Post by axxo »

thxxxxxxxxxx :)

seems to work now

:)

i feel dumb o.0
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Re: No O-lines for your host

Post by T-rexke »

your welcome :) no its not dumb much people make that mistake so dont feel stupid :)
Post Reply