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

[feat] PRIVMSG 구현 #40

Open
jisunggi opened this issue Nov 29, 2023 · 0 comments
Open

[feat] PRIVMSG 구현 #40

jisunggi opened this issue Nov 29, 2023 · 0 comments

Comments

@jisunggi
Copy link
Collaborator

jisunggi commented Nov 29, 2023

  • [ ]

  • [ ]

Numeric Replies

ERR_NORECIPIENT 411
수신자가 지정되지 않았을때 오류

ERR_NOTEXTTOSEND 412
보내는 메세지가 없을때 오류

ERR_CANNOTSENDTOCHAN 404
채널 명이 존재하지 않을때 오류
보내는 채널에 사용자가 없을 경우

ERR_NOSUCHNICK 401
수신자 닉네임이 존재하지 않을때

ERR_TOOMANYTARGETS 407
중복 된 수신자에게 보낼때의 오류 (irssi X)
ex) PRIVMSG user1,user1 :Hello!

RPL_AWAY 301
다른 사용자가 현재 자리를 비웠음을 나타내는 메시지를 클라이언트에게 전송
자리 비움 메세지 설정 후 사용

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

No branches or pull requests

1 participant