소스 검색

Merge pull request #354 from slingamn/issue353

don't send the client its own on-join MODE line
tags/v1.0.0-rc1
Daniel Oaks 5 년 전
부모
커밋
fef58bb935
No account linked to committer's email address
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0
    4
      irc/channel.go

+ 0
- 4
irc/channel.go 파일 보기

@@ -461,10 +461,6 @@ func (channel *Channel) Join(client *Client, key string, isSajoin bool, rb *Resp
461 461
 
462 462
 	channel.Names(client, rb)
463 463
 
464
-	if givenMode != 0 {
465
-		rb.Add(nil, client.server.name, "MODE", chname, modestr, details.nick)
466
-	}
467
-
468 464
 	// TODO #259 can be implemented as Flush(false) (i.e., nonblocking) while holding joinPartMutex
469 465
 	rb.Flush(true)
470 466
 

Loading…
취소
저장