Fix Admin block documentation and behavior (SF bug#1477672).
[ircu2.10.12-pk.git] / doc / example.conf
index d90e0c092dde3cace41ad3206df007a371944c73..2833ca09a4f93b4ba45d6c7ab3a3d843decf712c 100644 (file)
@@ -82,9 +82,9 @@ General {
 # This sets information that can be retrieved with the /ADMIN command.
 # It should contain at least an admin Email contact address.
 Admin {
+  # At most two location lines are allowed...
   Location = "The University of London";
-  # At most two contact lines are allowed...
-  Contact = "Undernet IRC server";
+  Location = "Undernet IRC server";
   Contact = "IRC Admins <irc@london.ac.uk>";
 };
 
@@ -723,13 +723,9 @@ Pseudo "LOGIN" {
 };
 
 # You can ask a separate server whether to allow users to connect.
-# Uncomment this ONLY if you have an iauthd set up.
+# Uncomment this ONLY if you have an iauth helper program.
 # IAuth {
-#  pass = "ircd-iauth";
-#  host = "127.0.0.1";
-#  port = 7700;
-#  connectfreq = 30;
-#  timeout = 60;
+#  program = "../path/to/iauth" "-n" "options go here";
 # };
 
 # [features]