aboutsummaryrefslogtreecommitdiffstats
path: root/slack_profile.pl
AgeCommit message (Expand)Author
2016-09-17update_user_profile: Remove unnecessary commentTeddy Wing
2016-09-17cmd_set: Get rid of unused variablesTeddy Wing
2016-09-17Add `/slack_profile_set` commandTeddy Wing
2016-09-17update_user_profile: Allow updating of custom fieldsTeddy Wing
2016-09-12Add `underscorize` subroutineTeddy Wing
2016-09-12Start of a subroutine to update profile fieldsTeddy Wing
2016-09-12Add command to refresh users listTeddy Wing
2016-09-12Add user presence to WHOIS outputTeddy Wing
2016-09-12slack_api: Move `die`s outside the subroutineTeddy Wing
2016-09-12print_whois: Make field printing more genericTeddy Wing
2016-09-12swhois: Use a more declarative style when no arguments are givenTeddy Wing
2016-09-12Get & print user profile information from SlackTeddy Wing
2016-09-12slack_api: Allow API arguments to be passed to the subTeddy Wing
2016-09-12Make the HTTP request subroutine more genericTeddy Wing
2016-09-12Change name of users.list cached Storable fileTeddy Wing
2016-09-12Only check for server if it's neededTeddy Wing
2016-09-12help: Return early instead of using an `if` statementTeddy Wing
2016-09-12Add help for `/swhois`Teddy Wing
2016-09-12Add license & copyright informationTeddy Wing
2016-09-12Remove Data::Dumper importTeddy Wing
2016-09-12Add script information as a comment headerTeddy Wing
2016-09-12Display an error and exit if Slack API token isn't setTeddy Wing
2016-09-12Print message before fetching users listTeddy Wing
2016-09-12Rename slack-profile.pl -> slack_profile.plTeddy Wing