- Description:
- Bot::BasicBot::Pluggable::Module::botnowDB This BasicBot module provides access to the botnow.db data. It is designed to provide team members with access to data and stats about the users. It will also provide the ability for bots to query each other for data on users needed to check for abuse. The intent is to provide limited access to user account details needed for supporting users and detecting abuse.
- Owner:
- Last Change:
- Clone URL:
git://got.ircnow.org/izzyb-basicbot-botnowdb.git
Commit Briefs
Added list of ip addresses user by user in user report (master)
Also added $self->{dbh} object
Added ability to search for ip
Added update to help message
added support for searching username or email
users without a search returns count of users.
Added support for verifying requester is authenticated
Added support for listing users with email and epoch of last time seen.
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.