Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: How To Set Up An IRC Server (IRCD) Tutorial

  1. #11
    Banned
    Join Date
    Sep 2001
    Posts
    521
    Well i dont know about AOs server, but in my server ther are some "reserved" nicks that you CANNOT use.

    the code is in the unrealircd.conf and looks like this:

    /* Banned nick names */
    ban nick { mask "*C*h*a*n*S*e*r*v*"; reason "Reserved for services"; };
    ban nick { mask "*N*i*c*k*S*e*r*v*"; reason "Reserved for services"; };
    ban nick { mask "*M*e*m*o*S*e*r*v*"; reason "Reserved for services"; };
    ban nick { mask "*H*e*l*p*S*e*r*v*"; reason "Reserved for services"; };
    ban nick { mask "*O*p*e*r*S*e*r*v*"; reason "Reserved for services"; };
    ban nick { mask "*I*n*f*o*S*e*r*v*"; reason "Reserved for services"; };
    ban nick { mask "*Admin*"; reason "Reserved for Administrator"; };
    ban nick { mask "*IRC*op*"; reason "Reserved for ircops"; };
    ban nick { mask "*Oper*"; reason "Reserved for ircops"; };
    ban nick { mask "Status"; reason "Bug in mIRC"; };

  2. #12
    Hi mom!
    Join Date
    Aug 2001
    Posts
    1,103
    That would do the trick, indeed.
    I wish to express my gratitude to the people of Italy. Thank you for inventing pizza.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •