You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2016/09/23/setting_a_freenode_channel_s_taxonomy_info.rst
+5-19
Original file line number
Diff line number
Diff line change
@@ -83,30 +83,16 @@ I've attempted to deduce the rules governing custom metadata items, because I
83
83
couldn't find them documented anywhere.
84
84
85
85
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.
88
87
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.
93
89
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``.
99
91
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.
104
93
105
94
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.
0 commit comments