Commit Briefs

89ba1c136a Izzy Blacklock

Added list of ip addresses user by user in user report (master)

Also added $self->{dbh} object


9171885091 Izzy Blacklock

Added ability to search for ip

Added update to help message


b2b8298e78 Izzy Blacklock

added support for searching username or email

users without a search returns count of users.


7d9238c442 Izzy Blacklock

Respond with private data in pm now.


0b0333461f Izzy Blacklock

Added support for verifying requester is authenticated

Added support for listing users with email and epoch of last time seen.


df7b261898 Izzy Blacklock

Added .gitignore and description to repo


151b01d1ef Izzy Blacklock

Initial commit of Bot::BasicBot::Plugable::Module::BotnowDB

Initial work to create a module that can access the botnow.db database. It currently can give a list of users in the bnc table. It only answers takes action of the message starts with botnow. Currently working poc commands are: botnow users --Returns list of users in the database. botnow user $username --Returns nick, email address, date last seen, channel and message last post seen.