Made addcom aliases case-insensitive. Resolves #428. Also fixed a bug with channel aliases that made them not work correctly with the new Attribute changes.
This commit is contained in:
parent
5e942749e9
commit
9770786486
4 changed files with 10 additions and 11 deletions
|
|
@ -425,7 +425,7 @@ class PlayerDB(TypedObject, AbstractUser):
|
|||
|
||||
raw_string = utils.to_unicode(raw_string)
|
||||
raw_string = self.nicks.nickreplace(raw_string,
|
||||
categories=("inputline", "channels"), include_player=False)
|
||||
categories=("inputline", "channel"), include_player=False)
|
||||
if not sessid and _MULTISESSION_MODE in (0, 1):
|
||||
# in this case, we should either have only one sessid, or the sessid
|
||||
# should not matter (since the return goes to all of them we can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue