我的ircd-hybrid
服务器有问题。我只能在状态选项卡中让自己成为操作员,而在加入频道时则不能。
有我的运营商标签ircd.conf
:
operator {
/* name: the name of the oper */
name = "operator";
/* user: the user@host required for this operator. CIDR is not
* supported. multiple user="" lines are supported.
*/
user = "*@127.0.0.1";
/* password: the password required to oper. By default this will
* need to be encrypted using '/usr/bin/mkpasswd'.
* WARNING: Please do not mix up the 'mkpasswd' program from
* /usr/sbin with this one. If you are root, typing …
Run Code Online (Sandbox Code Playgroud)