Added SILC Thread Queue API
[crypto.git] / apps / irssi / silc.conf
index ed2655a08874d160dc36ec609e4618303bae6d13..76f8bc536ccdd896279c1c3a8ad7852e71b3e78b 100644 (file)
@@ -211,6 +211,21 @@ statusbar = {
 #
 # hmac-sha1-96, hmac-md5-96, hmac-sha1 and hmac-md5
 #
+#
+# You can set the default nickname formatting string.  If there are multiple
+# same nicknames on a SILC channel, this format string defines how they
+# appear on the channel.  Default nickname_format is "%n#%a".
+#
+# /set nickname_format
+#
+# %n  nickname      - the real nickname returned by the server (mandatory)
+# %a  number        - ascending number in case there are several
+#                     same nicknames (fe. nick#2 and nick#3)
+# %h  hostname      - the stripped hostname of the client
+# %H  full hostname - the full hostname of the client
+#
+# A separator character must follow '%n' if any other formatter follows it.
+#
 settings = {
   "fe-common/core" = {
     autocreate_own_query = "yes";