Skip to content

Commit b68708e

Browse files
author
Ferass El Hafidi
committed
config.sample.yaml: change default reply-to format
It previously was: <f_> hi everyone, what's up? I'm about to migrate some stuff today ~ a while after ~ <f_[mtrx]> <f_> "hi everyone,..." <- hi, doing great! Now it is: <f_> hi everyone, what's up? I'm about to migrate some stuff today ~ a while after ~ <f_[mtrx]> f_: "hi everyone,..." <- hi, doing great! Some IRC clients may not create a ping when the nickname is surrounded with `<` and `>`. Signed-off-by: Ferass El Hafidi <vitali64pmemail@protonmail.com>
1 parent 9a1a2d5 commit b68708e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ ircService:
601601
# format of replies sent shortly after the original message
602602
shortReplyTemplate: "$NICK: $REPLY"
603603
# format of replies sent a while after the original message
604-
longReplyTemplate: "<$NICK> \"$ORIGINAL\" <- $REPLY"
604+
longReplyTemplate: "$NICK: \"$ORIGINAL\" <- $REPLY"
605605
# how much time needs to pass between the reply and the original message to switch to the long format
606606
shortReplyTresholdSeconds: 300
607607
# Ignore users mentioned in a io.element.functional_members state event when checking admin room membership

0 commit comments

Comments
 (0)