diff options
author | Nathan Phillip Brink <binki@gentoo.org> | 2016-03-23 06:04:07 +0000 |
---|---|---|
committer | Nathan Phillip Brink <binki@gentoo.org> | 2016-03-23 06:04:07 +0000 |
commit | 5ac24a6b75814622e5ac14308f3ec9f86402f8a4 (patch) | |
tree | 82be034b2c94a669efb4cfe3810de0da9bef423c /net-irc | |
parent | sci-libs/geos: remove unneeded patches (diff) | |
download | gentoo-5ac24a6b75814622e5ac14308f3ec9f86402f8a4.tar.gz gentoo-5ac24a6b75814622e5ac14308f3ec9f86402f8a4.tar.bz2 gentoo-5ac24a6b75814622e5ac14308f3ec9f86402f8a4.zip |
net-irc/unrealircd: Fix duplicate showlistmodes useflag description.
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/unrealircd/metadata.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-irc/unrealircd/metadata.xml b/net-irc/unrealircd/metadata.xml index 840daeeeb33b..16d533773fbe 100644 --- a/net-irc/unrealircd/metadata.xml +++ b/net-irc/unrealircd/metadata.xml @@ -13,11 +13,10 @@ <flag name="class-nofakelag">Enable an unsupported class::options flag called “nofakelag” allowing you to grant fakelag exemption to normal user (instead of just opers).</flag> <flag name="extban-stacking">Enable extended channel bans (such as +b ~c: and +b ~n:) to contain other extended bans instead of just hostmasks.</flag> <flag name="prefixaq">Enable chanadmin and chanowner prefixes</flag> - <flag name="showlistmodes">Support displaying channel modes during compilation</flag> + <flag name="showlistmodes">Display channel modes in /LIST (only configured at compiletime)</flag> <flag name="operoverride-verify">Enable requiring opers to invite themselves to +s/+p channels</flag> <flag name="operoverride">Enable OperOverride extension</flag> <flag name="usermod">Enable /set* and /chg* commands</flag> - <flag name="showlistmodes">Support displaying channel modes in /list</flag> <flag name="shunnotices">Enable notifying a user when un-shunned</flag> <flag name="topicisnuhost">Enable displaying nick!user@host as topic setter</flag> </use> |