chiark / gitweb /
servus understands https URLs as well
authorMatthew Vernon <matthewv@chiark.greenend.org.uk>
Tue, 22 Mar 2011 14:24:10 +0000 (14:24 +0000)
committerMatthew Vernon <matthewv@chiark.greenend.org.uk>
Tue, 22 Mar 2011 14:24:10 +0000 (14:24 +0000)
commands.py

index 1fce3fe0af2271b3fc4914fef2a23681599a1c77..db8ace677d2c1a16ebb519d4fd508cdd8fc12dd3 100644 (file)
@@ -331,7 +331,7 @@ urlcomplaints = ["a contemporary","an interesting","a fascinating","an overused"
 ### Deal with /msg bot url or ~url in channel
 def urlq(bot, cmd, nick, conn, public,urldb):
   if (not urlre.search(cmd)):
-    bot.automsg(False,nick,"Please use 'url' only with http URLs")
+    bot.automsg(False,nick,"Please use 'url' only with http or https URLs")
     return
 
   urlstring=urlre.search(cmd).group(1)