Better handle malformed regex in nickreplace
This commit is contained in:
parent
8d8b56fdf3
commit
0af1bf7561
4 changed files with 44 additions and 13 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## Main
|
||||
|
||||
- Bug fix: Better handler malformed alias-regex given to nickhandler. A
|
||||
regex-relevant character in a channel alias could cause server to not restart.
|
||||
- Add `attr` keyword to `create_channel`. This allows setting attributes on
|
||||
channels at creation, also from `DEFAULT_CHANNELS` definitions.
|
||||
|
||||
## Evennia 1.1.0
|
||||
Jan 7, 2023
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue