feat: 채팅 슬래시 명령어 시스템 고도화#521
Merged
Merged
Conversation
|
Jira: MESP-292 |
3 tasks
hye-inA
pushed a commit
that referenced
this pull request
Jan 25, 2026
…-commands feat: 채팅 슬래시 명령어 시스템 고도화
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
기본 명령어
/help- 명령어 목록/members- 접속자 목록 (닉네임 포함)/leave- 채팅방 나가기/clear- 채팅 내역 삭제 요청재미 명령어
/dice- 주사위 굴리기 (1-6)/coin- 동전 던지기/random [옵션들]- 랜덤 선택투표 기능
/poll [질문] | [옵션1] | [옵션2] | ...- 투표 생성/vote [번호]- 투표 참여/endpoll- 투표 종료 (생성자만)Files Changed
CommandService.java- 명령어 처리 리팩토링Poll.java- 투표 모델 추가PollRepository.java- 투표 저장소 추가MessageType.java- POLL_CREATE, POLL_VOTE, POLL_END 추가PollSpec.groovy- 투표 모델 테스트Test plan
Related Issues
Closes #517, #518, #519, #520