You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
IRC client 에서 다중 조인시
/join aa,bb aa
로 입력할때
서버로 aa,bb aa,x
로 임의로 앞의 채널 갯수에 맞게 뒤에 x를 추가해서 보내는것을 확인.
/join aa,bb aa
와
/join aa,bb aa,x
동일하게
aa,bb aa,x
로 서버로 전송함.
join 커맨드에서 x는 비밀번호가 없는것으로 추정하고 그냥 비밀번호 없이 채널생성및 접속함.
mode +k x
같은 다른 곳에서 위 와 관련하여 작동하는 커맨드가 있다면 주의및 통일하여 처리 할수 있도록 해 주시기 바랍니다!