no o-lines for your host

These are old archives. They are kept for historic purposes only.
Post Reply
GalaxeY

no o-lines for your host

Post by GalaxeY »

I allways gets this!


oper GalaxeY {
class clients;
from {
userhost *!*@*;
};
password "*******";
flags
{
local;
global;
coadmin;
admin;
services-admin;
netadmin;
can_rehash;
can_die;
can_restart;
helpop;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_localkill;
can_globalkill;
can_kline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
can_gkline;
can_gzline;
get_umodew;
get_host;
can_override;
can_setq;
can_addline;
can_dccdeny;
};
};

Whats wrong?
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

http://www.vulnscan.org/UnrealIrcd/unre ... #operblock

Hint: there is no nick in userhost.
Latinus
Posts: 7
Joined: Wed Jun 16, 2004 8:47 am
Location: Europe
Contact:

Re: no o-lines for your host

Post by Latinus »

GalaxeY wrote: userhost *!*@*;
=> userhost *@*;
Post Reply