小编Lin*_*ing的帖子

成为所有频道的运营商 ircd-hybrid

我的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)

ubuntu irc ircd

7
推荐指数
1
解决办法
6671
查看次数

标签 统计

irc ×1

ircd ×1

ubuntu ×1