Suppress pointless display of oplevels in ?chaninfo.
authorMichael Poole <mdpoole@troilus.org>
Mon, 15 Feb 2010 22:12:11 +0000 (17:12 -0500)
committerMichael Poole <mdpoole@troilus.org>
Mon, 15 Feb 2010 22:12:11 +0000 (17:12 -0500)
commit2b941ee7f4654a673ed3338ae565c5381aa8fbc9
treea1b87c566bd7e5d00e514eec0b3906eca481157b
parent2c698a7dae97139c8b292ccfaf22eff41112f47f
Suppress pointless display of oplevels in ?chaninfo.

src/hash.* (modeNode_sort): Create as a "natural" sort order.
src/proto-p10.c (modeNode_sort): Rename to modeNode_sort_p10.
src/opserv.c (cmd_chaninfo): Clone and sort the membership array.  Only
    display oplevels if at least one member has a non-default oplevel.
src/hash.c
src/hash.h
src/opserv.c
src/proto-p10.c