NAME
Whatbot::Database::Table::Seen - Database functionality for seen.
SYNOPSIS
# In whatbot
$self->model('Seen')->seen( 'example', 'Hello, everyone!' );
DESCRIPTION
Whatbot::Database::Table::Factoid provides database functionality for seen.
METHODS
- seen( $user, $message? )
-
If a user is provided, return the row corresponding to the last seen message from that user. If a message is provided, store that seen, and return the row.
LICENSE/COPYRIGHT
Be excellent to each other and party on, dudes.