-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change realname format to templating
- Loading branch information
3nprob
committed
Aug 18, 2021
1 parent
06e334a
commit 591fca0
Showing
5 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Add ability to specify realname by template. | ||
|
||
This deprecates the old mxid/reverse-mxid format (though it's still available). | ||
Behaves similar to nickTemplate. Available templating variables: | ||
|
||
* `$DISPLAY`: Matrix user display name | ||
* `$USERID`:User mxid | ||
* `$LOCALPART`: Matrix user localpart | ||
* `$REVERSEID`: User mxid with host and localpart swapped | ||
* `$IRCUSER`: IRC username | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters