X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=doc%2Fexample.conf;h=235bd31b8e19ab9022c58b737329e13e5f9edc59;hp=473efb946a33479d02642f9092b010a88bc6c7d1;hb=6147944c7207082239972619086c785bf96aad61;hpb=c666f34b1e2d872189f36761e3b69eac635fd6ae diff --git a/doc/example.conf b/doc/example.conf index 473efb9..235bd31 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -928,12 +928,22 @@ features # "HIS_REWRITE" = "TRUE"; # "HIS_REMOTE" = "TRUE"; # "HIS_NETSPLIT" = "TRUE"; +# "ERR_CHANNELISFULL" = "Cannot join channel, channel is full (+l)"; +# "ERR_INVITEONLYCHAN" = "Cannot join channel, you must be invited (+i)"; +# "ERR_BANNEDFROMCHAN" = "Cannot join channel, you are banned (+b)"; +# "ERR_BADCHANNELKEY" = "Cannot join channel, you need the correct key (+k)"; +# "ERR_NEEDREGGEDNICK" = "Cannot join channel, you must be authed to join (+r)"; +# "ERR_JOINACCESS" = "Cannot join channel, you don't have enough ChanServ access (+a)"; # "HIS_SERVERNAME" = "*.undernet.org"; # "HIS_SERVERINFO" = "The Undernet Underworld"; # "HIS_URLSERVERS" = "http://www.undernet.org/servers.php"; -# "URLREG" = "http://cservice.undernet.org/live/"; # "LOC_ENABLE" = "FALSE"; # "LOC_TARGET" = "somenick"; +# "CHMODE_A_ENABLE" = "TRUE"; +# "CHMODE_A_TARGET" = "ChanServ"; +# "CHMODE_F_ENABLE" = "TRUE"; +# "UNKNOWN_CMD_ENABLE" = "TRUE"; +# "UNKNOWN_CMD_TARGET" = "OpServ"; # "NOAMSG_TIME" = "0"; # "NOAMSG_NUM" = "1"; };