Problem identifying my self as operator
Posted: Thu Jan 27, 2011 7:41 am
I have problem login as operator for the different services:
/msg chanserv ologin boris <passwd>
I have succeeded to register a user, but due to the above problem I can't create channels.
I an using the ircd-ratbox 3.0.6 and ratbox-services 1.2.4 running on Ubunto linux 2.6.32-27-server ,
conftest report no errors and logs don't say anything out of ordinary. If I understand it right the
operator shuld be configured in the ratbox-services.conf file in the oper section:
operator "boris" {
/* user: specifies a user@host who may connect.
* multiple may be specified, wildcards are accepted.
*/
user = "boris@*";
password = "password";
encrypted = no;
/* the rest of this section is according to the suplied example.conf
*/
}
The error message I get from the IRC-client is:
/msg chanserv ologin boris password
No access to CHANSERV::OLOGIN
Does anybody have a clue?
/msg chanserv ologin boris <passwd>
I have succeeded to register a user, but due to the above problem I can't create channels.
I an using the ircd-ratbox 3.0.6 and ratbox-services 1.2.4 running on Ubunto linux 2.6.32-27-server ,
conftest report no errors and logs don't say anything out of ordinary. If I understand it right the
operator shuld be configured in the ratbox-services.conf file in the oper section:
operator "boris" {
/* user: specifies a user@host who may connect.
* multiple may be specified, wildcards are accepted.
*/
user = "boris@*";
password = "password";
encrypted = no;
/* the rest of this section is according to the suplied example.conf
*/
}
The error message I get from the IRC-client is:
/msg chanserv ologin boris password
No access to CHANSERV::OLOGIN
Does anybody have a clue?