Skip to content

Comments

make all new users equal in their in and out messages#25

Open
marado wants to merge 1 commit intoamnuts:developfrom
marado:develop
Open

make all new users equal in their in and out messages#25
marado wants to merge 1 commit intoamnuts:developfrom
marado:develop

Conversation

@marado
Copy link
Contributor

@marado marado commented Feb 8, 2026

When a new user registers, by default its inmsg is "enters" and its outmsg is "goes". However, it is possible to distinguish characters created that way from those created by .create because in the latter case, their default message is "wanders in." or "wanders out".

This patch changes the .in and .out messages on .created users, so they all look the same. Furthermore, "wanders in." should not have the closing period (as the code adds it on its own), and so this patch also removes Identduser's inmsg to remove that extra dot.

When a new user registers, by default its inmsg is "enters" and its
outmsg is "goes". However, it is possible to distinguish characters
created that way from those created by .create because in the latter
case, their default message is "wanders in." or "wanders out".

This patch changes the .in and .out messages on .created users, so
they all look the same. Furthermore, "wanders in." should not have the
closing period (as the code adds it on its own), and so this patch
also removes Identduser's inmsg to remove that extra dot.
@Uzume
Copy link

Uzume commented Feb 10, 2026

I always liked this "feature" (although the extraneous period was not particularly useful).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants