Activity

  • admin posted an update 6 years, 6 months ago

    After running Hybid IRCD which is a kinda of standard for IRC servers and I try connecting with IRC client I got that error “Closing Link: localhost (You are not authorized to use this server)” to fix it you need to edit /etc/ircd-hybrid/ircd.conf.

    Comment out password field like shown below

    auth {
    user = "*@*";
    #password = "12345";

    class = "users";

    /* restricted: stop the client sending mode changes */
    #restricted = yes;

    /* have ident: require the user has identd to connect (OLD I: + flag) */
    have_ident = no;
    };

PC Knowledge sharetank

Skip to toolbar