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  1fe937e29ac2b4b5203388eee0c5dd0436939779 (commit)
      from  55da36f3a64f1d578284019945d6a355ab6a256e (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 1fe937e29ac2b4b5203388eee0c5dd0436939779
Author: Michael Poole <[email protected]>
Date:   Thu Oct 20 23:03:55 2016 -0400

    mode_parse_client(): Return after reporting bad oplevel.
    
    Fixes SF#179.

diff --git a/ircd/channel.c b/ircd/channel.c
index 86001db..5762bbc 100644
--- a/ircd/channel.c
+++ b/ircd/channel.c
@@ -3001,6 +3001,7 @@ mode_parse_client(struct ParseState *state, int *flag_p)
                    t_str, state->chptr->chname,
                    OpLevel(state->member), req_oplevel, "op",
                    OpLevel(state->member) == req_oplevel ? "the same" : "a 
higher");
+        return;
       } else if (req_oplevel <= MAXOPLEVEL)
         oplevel = req_oplevel;
     }
-----------------------------------------------------------------------

Summary of changes:
 ircd/channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


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

Reply via email to