소스 검색

publish the FORWARD 005 token

tags/v2.6.0-rc1
Shivaram Lingamneni 3 년 전
부모
커밋
8dd12b0693
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      irc/config.go

+ 1
- 0
irc/config.go 파일 보기

@@ -1530,6 +1530,7 @@ func (config *Config) generateISupport() (err error) {
1530 1530
 		isupport.Add("EXTJWT", "1")
1531 1531
 	}
1532 1532
 	isupport.Add("EXTBAN", ",m")
1533
+	isupport.Add("FORWARD", "f")
1533 1534
 	isupport.Add("INVEX", "")
1534 1535
 	isupport.Add("KICKLEN", strconv.Itoa(config.Limits.KickLen))
1535 1536
 	isupport.Add("MAXLIST", fmt.Sprintf("beI:%s", strconv.Itoa(config.Limits.ChanListModes)))

Loading…
취소
저장