Hey everyone, I'm with a little doubt.
I have a small irc network and i wanted all the oper blocks only in my unrealircd.conf
I did that, all the opers are in my *.conf, and who connects to my server is able to /oper and to login successfuly.
However the users that connect to the other linked server, are not able to /oper ... it gives "Unknown oper" message. Yes, it is because in that *.conf file there are no opers. But how can i configure the servers so an oper connected in server two can login to his oper account that is written in the *.conf of server one?
/oper in linked servers
You have 2 options:
1. copy the oper blocks over to the second server
2. use remote includes to include a seperate file containing all the oper blocks in both configs.
Otherwise oper blocks are local to the server's config in which they appear only. Just like how ban * blocks in an unrealircd.conf file are only enforced on the server whos config they appear in.
1. copy the oper blocks over to the second server
2. use remote includes to include a seperate file containing all the oper blocks in both configs.
Otherwise oper blocks are local to the server's config in which they appear only. Just like how ban * blocks in an unrealircd.conf file are only enforced on the server whos config they appear in.