added UNINVITE command
[ircu2.10.12-pk.git] / doc / readme.features
index 045eec5f0cf1619704d3b382c83a5138081f03d1..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,12 +908,25 @@ 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.
 
-EXCEPT_ENABLE
+CHMODE_A_ENABLE
  * Type: boolean
- * Default: TRUE
+ * 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
 
-If enabled, then channel ops are allowed to set/unset ban exceptions (cmode +e).
-If disabled, then only servers can set this mode.
+Enable ChannelMode +F (Foreward Channel).
 
 NOAMSG_TIME
  * Type: integer
@@ -934,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.