X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=doc%2Freadme.features;h=7723b883abbf7948f7c8f987e46dfe1d96a07b0a;hp=587ad762e8f42bbd8dcdb4dbd321763d5d044813;hb=6147944c7207082239972619086c785bf96aad61;hpb=c666f34b1e2d872189f36761e3b69eac635fd6ae diff --git a/doc/readme.features b/doc/readme.features index 587ad76..7723b88 100644 --- a/doc/readme.features +++ b/doc/readme.features @@ -765,14 +765,6 @@ URL_CLIENTS This defines a URL that users may visit to find compatible IRC clients. -URLREG - * Type: string - * Default: "http://cservice.undernet.org/live/" - -This defines a URL that is used in server response 477 (ERR_NEEDREGGEDNICK) to -let users know which website they must visit to obtain a proper account for -authentication. - NICKLEN * Type: integer * Default: 12 @@ -916,6 +908,26 @@ If LOC_ENABLE is on, this is the target nick where to send the requests to. If the nick is not online or has not umode +S or is not on a services server, the LOC request is discarded. +CHMODE_A_ENABLE + * Type: boolean + * Default: FALSE + +Enable ChannelMode +a (ChanServ access). + +CHMODE_A_TARGET + * Type: string + * Default: NULL + +If CHMODE_A_ENABLE is on, this is the target nick where to send the requests +to. If the nick is not online or has not umode +S or is not on a +services server, the JOIN request is discarded. + +CHMODE_F_ENABLE + * Type: boolean + * Default: FALSE + +Enable ChannelMode +F (Foreward Channel). + NOAMSG_TIME * Type: integer * Default: 0 @@ -927,3 +939,16 @@ NOAMSG_NUM * Default: 1 The number the same message must occur to be blocked in channels that block multi target messages. + +ERR_CHANNELISFULL +ERR_INVITEONLYCHAN +ERR_BANNEDFROMCHAN +ERR_BADCHANNELKEY +ERR_NEEDREGGEDNICK +ERR_JOINACCESS + * Type: string + * Default: Standard error messages + +This allows network admins to set custom (friendly) error messages for several +reasons a user is not able to join a channel. Defaults are the standard errors +from vanilla.