X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=blobdiff_plain;f=servus.html;h=4c37a102d0bef773bacbb94e6b94046b0001b201;hp=1e656ade52e79d80afa4720a6bf55c74685634bc;hb=f51b635da737e39a03b9195c0ec9e58357322516;hpb=0a8197ecdfc973a8cdbeaf33b4b78ea35aedcff4 diff --git a/servus.html b/servus.html index 1e656ad..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

  • @@ -91,7 +92,7 @@ class="code">slash).

    The syntax is:
    flirt target
    Servus picks a flirt at random from the flirts list (/home/matthew/programming/irc/flirts on rapun), +class="code">/home/matthew/programming/irc/bot/flirts on rapun), and substitutes "target" for "%s" in the flirt line. If this command is invoked by /msg, there is a 10% chance of Servus stating who invoked it by adding "(but nick is their secret @@ -178,8 +179,8 @@ in output to the channel of the form:

    The syntax is:
    slash target1 / target2
    Servus picks a slash at random from the slashes list (/home/matthew/programming/irc/slashes on rapun), -and substitutes "target1" for the first "%s" and "target2 for the +class="code">/home/matthew/programming/irc/bot/slashes on rapun), +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 @@ -191,7 +192,7 @@ href="slashes">http://www.pick.ucam.org/~matthew/irc/slashes.

    The syntax is:
    trout target
    Servus picks a trout at random from the trouts list (/home/matthew/programming/irc/trouts on rapun), +class="code">/home/matthew/programming/irc/bot/trouts on rapun), and substitutes "target" for "%s" in the trout line. If this command is invoked by /msg, there is a 10% chance of Servus stating who invoked it by adding "(at the instigation of @@ -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