We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/msgtoggle Toggles receiving private messages. This is not the same as /ignore.
The text was updated successfully, but these errors were encountered:
GH-870 Add /msgtoggle command (#896)
67101c8
* Innit commit * In progress: add messages, setup methods and commands * Add msgToggle repo, service, API and commands * Fix logic * Fix logic, rename messages * Remove comments * Delete duplicated message. * Update eternalcore-api/src/main/java/com/eternalcode/core/feature/msgtoggle/MsgToggle.java Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Delete duplicated message. * Fix coderabbit issue * Fix naming and logic. * Resolve @imDMK review * Add comments to api * Resolve Rollcz's review * Resolve coderabbit review * Update README.md * Fix logic: enable -> enable priv messages. * Resolve @coderabbitai nitpick comment, simplify command and api * Refactor names of variables following vLuckyyy comment * Change name from toggleState to State * Simplify logic (i hope @Rollczi will like it) refactor to PrivateChatState instead of toggle * Resolve master changes * Resolve @coderabbitai 's review * Cleanup method and parameters names. Remove unused classes. * Simplify commands * Fix command messages --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Rollczi <[email protected]>
CitralFlo
Successfully merging a pull request may close this issue.
/msgtoggle Toggles receiving private messages. This is not the same as /ignore.
The text was updated successfully, but these errors were encountered: