aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-12Change name of users.list cached Storable fileTeddy Wing
2016-09-12Add TODOTeddy 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 READMETeddy 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
2016-09-12Print whois info for current nick when `/swhois` is called without argTeddy Wing
2016-09-12Ensure we're connected to a server before running /swhoisTeddy Wing
2016-09-11Switch from LWP to HTTP::Tiny packageTeddy Wing
2016-09-11swhois: Fix spacing of 'name' outputTeddy Wing
2016-09-11If the users list is not available, fetch it from the Slack APITeddy Wing
2016-09-10Add a setting for the Slack API tokenTeddy Wing
2016-09-10find_user: Remove redundant lineTeddy Wing
2016-09-10swhois: Add timezone to outputTeddy Wing
2016-09-10swhois: Rename `$data` to `$username`Teddy Wing
2016-09-10swhois: Don't print fields if their value is emptyTeddy Wing
2016-09-10swhois: If user is a bot, identify them as such in swhois outputTeddy Wing
2016-09-10swhois: Print additional profile informationTeddy Wing
2016-09-10swhois: Remove commented `$user` assignmentTeddy Wing
2016-09-10Move the users list to a global variableTeddy Wing
2016-09-10Add 'swhois' Irssi commandTeddy Wing
2016-09-10Clean up code that finds a user in the users listTeddy Wing
2016-09-10Add Irssi metadataTeddy Wing
2016-09-10Remove binary search in favour of linear searchTeddy Wing
2016-09-10Use `Storable` to serialize the users list dataTeddy Wing
2016-09-10Implement binary search to find users by usernameTeddy Wing
2016-09-10Read and decode a JSON users list from a fileTeddy Wing
2016-09-10Move HTTP code to a subroutineTeddy Wing
2016-09-09Initial commit. Make an HTTP request.Teddy Wing