Ver Fonte

https rather than http

Scott Steiner há 13 anos atrás
pai
commit
1b15a54dbe
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      wiki.tcl

+ 1 - 1
wiki.tcl

@@ -18,7 +18,7 @@ namespace eval wiki {
 	variable max_lines 1
 	variable max_chars 400
 	variable output_cmd "putserv"
-	variable url "http://en.wikipedia.org/wiki/"
+	variable url "https://en.wikipedia.org/wiki/"
 
 	bind pub -|- "!w" wiki::search
 	bind pub -|- "!wiki" wiki::search