No commit activity in last 3 years
No release in over 3 years
Tosses links to Garfield comics into chat.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.3
~> 0.8
~> 0.6
~> 10.4
~> 3.0
~> 0.10

Runtime

~> 4
 Project Readme

lita-onewheel-garfield

Build Status Coverage Status Documentation Status

Display a Garfield™® comic in IRC. http://www.garfield.com

Installation

Add lita-onewheel-garfield to your Lita instance's Gemfile:

gem 'lita-onewheel-garfield'

Usage, command mode (e.g. directed at bot or using config.robot.alias = '!')

garfield random - Get a random garfield comic.

garfield - Get today's garfield, or a random one if you've already seen today's.*

garfield 1/1/1980 - Get a garfield for a m/d/y date.

garfield 1980-1-1 - Get a garfield for a y-m-d date.

garfield 1-1-1980 - Get a garfield for a m-d-y date.

garfield first - Get the first garfield comic.

garfield last - Get the last garfield comic.

garfield today - Get today's garfield comic.

garfield prev - Get the previous day's comic based on the last one you displayed.

garfield next - Get the next day's comic based on the last on you displayed.

* Coming soon to a Lita handler near you.