keep in sync with OGN upstream (SVN-317)
[ircu2.10.12-pk.git] / doc / readme.features
index 587ad762e8f42bbd8dcdb4dbd321763d5d044813..7723b883abbf7948f7c8f987e46dfe1d96a07b0a 100644 (file)
@@ -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.