Procházet zdrojové kódy

Merge pull request #159 from csmith/master

Change VERSION reply to use HTTPS url :)
pull/160/head
Greg Holmes před 9 roky
rodič
revize
29853ae709
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/com/dmdirc/Server.java

+ 1
- 1
src/com/dmdirc/Server.java Zobrazit soubor

@@ -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)) {

Načítá se…
Zrušit
Uložit