1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 11:56:03 +02:00

matrix: Remove (IRC) from display names

This commit is contained in:
Jan Alexander Steffens (heftig) 2019-05-07 09:33:47 +02:00
parent 81e363ed0b
commit fb4d66d6d1
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA

View File

@ -268,7 +268,7 @@ ircService:
# $NICK somewhere in it if it is specified. Can also use $SERVER to
# insert the IRC domain.
# Optional. Default: "$NICK (IRC)". Example: "Alice (IRC)"
displayName: "$NICK (IRC)"
displayName: "$NICK"
# Number of tries a client can attempt to join a room before the request
# is discarded. You can also use -1 to never retry or 0 to never give up.
# Optional. Default: -1