Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: User Modes 4.2.3.2 #27

Open
DitchTurtL opened this issue Oct 27, 2023 · 2 comments
Open

Feature: User Modes 4.2.3.2 #27

DitchTurtL opened this issue Oct 27, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@DitchTurtL
Copy link
Collaborator

User Modes

The user MODEs are typically changes which affect either how the
client is seen by others or what 'extra' messages the client is sent.
A user MODE command may only be accepted if both the sender of the
message and the nickname given as a parameter are both the same.

@DitchTurtL
Copy link
Collaborator Author

The available modes are as follows:

       i - marks a users as invisible;
       s - marks a user for receipt of server notices;
       w - user receives wallops;
       o - operator flag.

@DitchTurtL
Copy link
Collaborator Author

:MODE WiZ -w ; turns reception of WALLOPS messages
off for WiZ.

:Angel MODE Angel +i ; Message from Angel to make themselves
invisible.

MODE WiZ -o ; WiZ 'deopping' (removing operator
status). The plain reverse of this
command ("MODE WiZ +o") must not be
allowed from users since would bypass
the OPER command.

@DitchTurtL DitchTurtL added the enhancement New feature or request label Oct 27, 2023
@DitchTurtL DitchTurtL self-assigned this Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant