Ok.
I got everything fine now.
But there is one thing left.
I don't want people registering channels without my approval.
Is there a way to make that only few people can register channels?
Or they need my approval to make the channel.
I know set::level-on-join, but then no one can register any ...
Search found 9 matches
- Thu Dec 29, 2011 11:10 am
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
- Wed Dec 28, 2011 9:46 pm
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
Re: Adding operators
I managed to get services for my irc network.
But I still don't get it, how can I be an operator on my channel, when I identify.
Do I need something like a bot?
But I still don't get it, how can I be an operator on my channel, when I identify.
Do I need something like a bot?
- Sat Dec 24, 2011 9:26 pm
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
Re: Adding operators
Okay, but if I used NickServ to register and identify, it will save my op right?
- Fri Dec 23, 2011 5:42 pm
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
Re: Adding operators
So there is no way to make myself operator on a channel?
- Thu Dec 22, 2011 6:32 pm
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
Re: Adding operators
I got it working now.
It says.
But I joined a channel, and I'm not an operator.
It says
Code: Select all
You are now an IRC OperatorBut I joined a channel, and I'm not an operator.
- Thu Dec 22, 2011 6:28 pm
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
Re: Adding operators
Code: Select all
[Thu Dec 22 18:46:52 2011] - OPER NOHOSTMATCH (JR10) by (JR10!JR10@IP)As I posted in the first post I specified the host as "*@*".
- Thu Dec 22, 2011 6:18 pm
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
Re: Adding operators
Windows, I stopped the IRC server, changed the config file and opened it again.
And still it doesn't work.
And still it doesn't work.
- Thu Dec 22, 2011 5:48 pm
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
Re: Adding operators
I can't find Unrealircd.
- Thu Dec 22, 2011 11:36 am
- Forum: Unreal 3.2 Support
- Topic: Adding operators
- Replies: 15
- Views: 15549
Adding operators
I added the oper block in the config.
When I do /oper name pass.
Says: No O-lines for your host
Here is my oper block:
oper JR10 {
class clients;
from {
userhost *@*;
};
password "password";
flags {
netadmin;
can_gkline;
can_gzline;
can_zline;
can_restart;
can_die;
global;
};
};
When I do /oper name pass.
Says: No O-lines for your host
Here is my oper block:
oper JR10 {
class clients;
from {
userhost *@*;
};
password "password";
flags {
netadmin;
can_gkline;
can_gzline;
can_zline;
can_restart;
can_die;
global;
};
};