The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

social.locations

Provides functions for tracking where you are and allowing other users on your chat network to display that information. Channels members may record that they are working remote, or at one campus or another, out on vacation, or many other possibilities. This information is then available for other channel members without having to ping the user directly.

set-location

Description

Sets your most recent location, along with an optional message, which others may view with the (where-is) function.

Usage

<location> [<detailed message>]

Examples

    (set-location "Vancouver Campus" "I'll be working out of Vancouver HQ for the week.")

where-is

Description

Displays the last-registered location for <nick>, along with any optional message they may have left.

Usage

<nick>

Examples

    :emphasize-lines: 2-4

    (where-is Beauford)
    Beauford: Vancouver Campus
    I'll be working out of Vancouver HQ for the week.
    Last updated: Thursday, 28th April 2016 at 11:15am