diff --git a/plugins/FunDB.py b/plugins/FunDB.py index 4e929c69f..5d3b7b034 100755 --- a/plugins/FunDB.py +++ b/plugins/FunDB.py @@ -237,7 +237,7 @@ class FunDB(callbacks.Privmsg, configurable.Mixin, plugins.ChannelDBHandler): db.commit() irc.replySuccess() - def num(self, irc, msg, args): + def stats(self, irc, msg, args): """[] Returns the number of records, of the type specified, currently in diff --git a/plugins/Quotes.py b/plugins/Quotes.py index 57d038f32..f8ef3683a 100644 --- a/plugins/Quotes.py +++ b/plugins/Quotes.py @@ -96,7 +96,7 @@ class Quotes(plugins.ChannelDBHandler, callbacks.Privmsg): quoteid = cursor.fetchone()[0] irc.replySuccess('(Quote #%s added)' % quoteid) - def num(self, irc, msg, args): + def stats(self, irc, msg, args): """[] Returns the numbers of quotes in the quote database for . diff --git a/plugins/URL.py b/plugins/URL.py index 659c9c343..2e5c910b8 100644 --- a/plugins/URL.py +++ b/plugins/URL.py @@ -308,7 +308,7 @@ class URL(callbacks.PrivmsgCommandAndRegexp, irc.errorPossibleBug(s) tiny = privmsgs.thread(tiny) - def num(self, irc, msg, args): + def stats(self, irc, msg, args): """[] Returns the number of URLs in the URL database. is only