This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Undernet IRC Server Source Code.".

The branch, u2_10_12_branch has been updated
       via  e7a38c23f2fbec0741c11bb3bc85573127fa4291 (commit)
      from  ca5c084b1d9d0dfe97f001718dc8dce43c0eb4f3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e7a38c23f2fbec0741c11bb3bc85573127fa4291
Author: Michael Poole <mdpo...@troilus.org>
Date:   Wed Oct 12 23:52:12 2016 -0400

    Document the new UWorld { oper = "..."; } syntax.

diff --git a/doc/example.conf b/doc/example.conf
index e962d7a..f49a279 100644
--- a/doc/example.conf
+++ b/doc/example.conf
@@ -420,6 +420,8 @@ motd {
 # UWorld {
 #  # The servername or wildcard mask for it that this applies to.
 #  name = "relservername";
+#  # Servers introduced with "oper" can remotely (de-)oper clienst.
+#  oper = "uworld.example.org";
 # };
 #
 # You may have have more than one name listed in each block.
@@ -440,9 +442,9 @@ motd {
 # See the Connect block documentation for details on how to do that.
 
 UWorld {
- name = "uworld.eu.undernet.org";
- name = "uworld2.undernet.org";
- name = "uworld.undernet.org";
+ oper = "uworld.eu.undernet.org";
+ oper = "uworld2.undernet.org";
+ oper = "uworld.undernet.org";
  name = "channels.undernet.org";
  name = "channels2.undernet.org";
  name = "channels3.undernet.org";
-----------------------------------------------------------------------

Summary of changes:
 doc/example.conf |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Undernet IRC Server Source Code.
_______________________________________________
Patches mailing list
Patches@undernet.org
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to