Fix typo when parsing channel mode changes for +A, from SF bug #2787760.
authorMichael Poole <mdpoole@troilus.org>
Mon, 21 Sep 2009 02:05:56 +0000 (22:05 -0400)
committerMichael Poole <mdpoole@troilus.org>
Mon, 21 Sep 2009 02:05:56 +0000 (22:05 -0400)
commitda4f55931f455704377dd361895130c33748df0c
tree38ae0980280a8804798361bf4fe1a6f5e2f7c931
parentba7a579cba7656e865037b33771ad62a86333cd9
Fix typo when parsing channel mode changes for +A, from SF bug #2787760.

src/proto-p10.c (mod_chanmode_parse): Use new_apass rather than new_upass
    when parsing mode +A changes.
src/proto-p10.c