Skip to content

Commit c4f6e82

Browse files
committed
fix formatting derp
1 parent 10284f6 commit c4f6e82

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

2016/09/23/setting_a_freenode_channel_s_taxonomy_info.rst

+5-19
Original file line numberDiff line numberDiff line change
@@ -83,30 +83,16 @@ I've attempted to deduce the rules governing custom metadata items, because I
8383
couldn't find them documented anywhere.
8484

8585

86-
0) Issuing a ``set property`` command with a property name but no value deletes
87-
the property, removing it from the taxonomy.
86+
0) Issuing a ``set property`` command with a property name but no value deletes the property, removing it from the taxonomy.
8887

89-
1) A property is overwritten each time someone with the appropriate permissions
90-
issues a ``/set`` command with a matching property name (more on the matching
91-
in a moment). The property name and value are stored with the same
92-
capitalization as the command issued.
88+
1) A property is overwritten each time someone with the appropriate permissions issues a ``/set`` command with a matching property name (more on the matching in a moment). The property name and value are stored with the same capitalization as the command issued.
9389

94-
2) The algorithm which decides whether to overwrite an existing property or
95-
create a new one is **not case sensitive**. So if you ``set ##test email
96-
[email protected]`` and then ``set ##test EMAIL foo``, the final taxonomy will
97-
show no field called ``email`` and one field called ``EMAIL`` with the value
98-
``foo``.
90+
2) The algorithm which decides whether to overwrite an existing property or create a new one is **not case sensitive**. So if you ``set ##test email [email protected]`` and then ``set ##test EMAIL foo``, the final taxonomy will show no field called ``email`` and one field called ``EMAIL`` with the value ``foo``.
9991

100-
3) When displayed, taxonomy items are sorted first in alphabetical order (case
101-
insensitively), then by length. For instance, properties with the names ``a``,
102-
``AA``, and ``aAa`` would appear in that order, because the initial
103-
alphebetization is case-insensitive.
92+
3) When displayed, taxonomy items are sorted first in alphabetical order (case insensitively), then by length. For instance, properties with the names ``a``, ``AA``, and ``aAa`` would appear in that order, because the initial alphebetization is case-insensitive.
10493

10594

106-
4) Attempting to place [mIRC color codes](http://www.mirc.com/colors.html) in the
107-
property name results in the error "Parameters are too long. Aborting."
108-
109-
However, placing color codes in the value of a custom property works just fine.
95+
4) Attempting to place `mIRC color codes <http://www.mirc.com/colors.html>`_ in the property name results in the error "Parameters are too long. Aborting." However, placing color codes in the value of a custom property works just fine.
11096

11197
Other uses
11298
----------

0 commit comments

Comments
 (0)