Search found 5 matches

by forcer
Fri Feb 18, 2005 2:51 pm
Forum: Unreal 3.2 Support
Topic: removing umode from oper
Replies: 1
Views: 1108

ok.. I have misseen snomasks in help file.. sorry..
oper::snomask "-cFfkejvGnNqsSo";
did help.
by forcer
Fri Feb 18, 2005 1:42 pm
Forum: Unreal 3.2 Support
Topic: removing umode from oper
Replies: 1
Views: 1108

removing umode from oper


oper forcer {
class opers;
from {
userhost *forcer@*;
};
password "MD5PASSWD" { md5; };
modes "-siqgwT";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
};
};

... or ...

modes-on-oper "+p-siqgwT";


now to describe this..
when I /oper
I want to have custom umodes ...
by forcer
Mon Nov 15, 2004 9:46 pm
Forum: Unreal 3.2 Modules
Topic: spoofing from hybrid
Replies: 5
Views: 3449

I have some C experience.. I'll try to code my own ;-)
Thank you for your reply..
by forcer
Mon Nov 15, 2004 6:46 pm
Forum: Unreal 3.2 Modules
Topic: spoofing from hybrid
Replies: 5
Views: 3449

I know that module, but I'm student and this is a student IRC network, i don't think I'll pay that much money for that module :(
by forcer
Mon Nov 15, 2004 11:58 am
Forum: Unreal 3.2 Modules
Topic: spoofing from hybrid
Replies: 5
Views: 3449

spoofing from hybrid

I have problem.
I'm curently using hybrid 7.0, but I like features of Unreal.
Only thing that is missing, is hostname spoofing on connect.
Can anyone give me a hint if there exist module or something which changes my real hostname to freeform-spoofed hostname?

Of course I know about /sethost and ...