From: Matthew Vernon Date: Tue, 25 May 2010 14:58:36 +0000 (+0100) Subject: document the url command X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=commitdiff_plain;h=f83f9a747f35efb892f3f12367a441123203d339;hp=cc3978d5c2741a710eaa059c9a967db2df49899f document the url command --- diff --git a/servus.html b/servus.html index a327e41..61fae3a 100644 --- a/servus.html +++ b/servus.html @@ -57,6 +57,7 @@ class="code">~command. Alternatively, you may pass commands by
  • slash
  • trout
  • units
  • +
  • url

  • @@ -209,6 +210,18 @@ The first two will give the first value in terms of the second unit; the latter two forms convert the first value into SI units. This command is implemented by calling units(1).

    +

    url

    +

    Servus now tracks URLs pasted into #chiark, and will comment if you post a duplicate +URL. The url command provides a way for you +to check if a URL has been posted before (if not, Servus posts it on +your behalf). The syntax is:
    +/msg Servus url http://some.url
    +Servus will either paste the URL into channel, or /msg you to tell you it was a duplicate. Although +you can use this command in-channel (and get a response by /msg ), this is discouraged.

    +
    Matthew Vernon