Problems with opers...
Posted: Sat May 01, 2004 1:17 pm
Hello,
I've recently downloaded UnrealIRCD...
And i can't add any opers!
Here is my code:
Can you tell me what's wrong in my code?
Tanks.
PS: I'm so beginner in irc servers.. so pls, be nice!
PS2: Sorry for my bad English...
I've recently downloaded UnrealIRCD...
And i can't add any opers!
Here is my code:
Code: Select all
oper MAX-k {
class clients;
password "pass";
from {
userhost (*@*);
};
flags
{
netadmin;
global;
};
};Tanks.
PS: I'm so beginner in irc servers.. so pls, be nice!
PS2: Sorry for my bad English...