소스 검색

Merge pull request #159 from csmith/master

Change VERSION reply to use HTTPS url :)
pull/160/head
Greg Holmes 9 년 전
부모
커밋
29853ae709
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/com/dmdirc/Server.java

+ 1
- 1
src/com/dmdirc/Server.java 파일 보기

@@ -1040,7 +1040,7 @@ public class Server extends FrameContainer implements ConfigChangeListener,
1040 1040
         if ("VERSION".equalsIgnoreCase(type)) {
1041 1041
             parser.sendCTCPReply(source, "VERSION", "DMDirc "
1042 1042
                     + getConfigManager().getOption("version", "version")
1043
-                    + " - http://www.dmdirc.com/");
1043
+                    + " - https://www.dmdirc.com/");
1044 1044
         } else if ("PING".equalsIgnoreCase(type)) {
1045 1045
             parser.sendCTCPReply(source, "PING", args);
1046 1046
         } else if ("CLIENTINFO".equalsIgnoreCase(type)) {

Loading…
취소
저장