X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=servus.html;h=4c37a102d0bef773bacbb94e6b94046b0001b201;hp=a327e418cac2dd389316398cf4cc42fb06bae980;hb=cc80e968d13747867f8179af55aabd5d55425d98;hpb=71ffd052c8b710b615678e9df4aa60894b6fb5b5 diff --git a/servus.html b/servus.html index a327e41..4c37a10 100644 --- a/servus.html +++ b/servus.html @@ -57,6 +57,7 @@ class="code">~command. Alternatively, you may pass commands by
  • slash
  • trout
  • units
  • +
  • url

  • @@ -179,7 +180,7 @@ in output to the channel of the form:
    class="code">slash target1 / target2
    Servus picks a slash at random from the slashes list (/home/matthew/programming/irc/bot/slashes on rapun), -and substitutes "target1" for the first "%s" and "target2 for the +and substitutes "target1" for the first "%s" and "target2" for the second "%s" in the slash line. If this command is invoked by /msg, there is a 10% chance of Servus stating who invoked it by adding "(while nick watches)" to @@ -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