.. _plugin-moobotfactoids: The MoobotFactoids plugin ========================= Reading factoids ---------------- .. _command-moobotfactoids-listauth: moobotfactoids listauth [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Lists the keys of the factoids with the given author. Note that if an author has an integer name, you'll have to use that author's id to use this function (so don't use integer usernames!). ** is only necessary if the message isn't sent in the channel itself. .. _command-moobotfactoids-random: moobotfactoids random [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Displays a random factoid (along with its key) from the database. ** is only necessary if the message isn't sent in the channel itself. .. _command-moobotfactoids-literal: moobotfactoids literal [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the literal factoid for the given factoid key. No parsing of the factoid value is done as it is with normal retrieval. ** is only necessary if the message isn't sent in the channel itself. .. _command-moobotfactoids-listvalues: moobotfactoids listvalues [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Lists the keys of the factoids whose value contains the provided text. ** is only necessary if the message isn't sent in the channel itself. .. _command-moobotfactoids-factinfo: moobotfactoids factinfo [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Returns the various bits of info on the factoid for the given key. ** is only necessary if the message isn't sent in the channel itself. .. _command-moobotfactoids-most: moobotfactoids most [] {popular|authored|recent} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Lists the most *{popular|authored|recent}* factoids. "popular" lists the most frequently requested factoids. "authored" lists the author with the most factoids. "recent" lists the most recently created factoids. ** is only necessary if the message isn't sent in the channel itself. .. _command-moobotfactoids-listkeys: moobotfactoids listkeys [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Lists the keys of the factoids whose key contains the provided text. ** is only necessary if the message isn't sent in the channel itself. Administration -------------- .. _command-moobotfactoids-lock: moobotfactoids lock [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Locks the factoid with the given factoid key. Requires that the user be registered and have created the factoid originally. ** is only necessary if the message isn't sent in the channel itself. .. _command-moobotfactoids-unlock: moobotfactoids unlock [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlocks the factoid with the given factoid key. Requires that the user be registered and have locked the factoid. ** is only necessary if the message isn't sent in the channel itself. .. _command-moobotfactoids-remove: moobotfactoids remove [] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Deletes the factoid with the given key. ** is only necessary if the message isn't sent in the channel itself. .. _plugin-moobotfactoids-config: Configuration ------------- .. _supybot.plugins.MoobotFactoids.mostCount: supybot.plugins.MoobotFactoids.mostCount ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: 10 Determines how many items are shown when the 'most' command is called. .. _supybot.plugins.MoobotFactoids.showFactoidIfOnlyOneMatch: supybot.plugins.MoobotFactoids.showFactoidIfOnlyOneMatch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: True Determines whether or not the factoid value will be shown when a listkeys search returns only one factoid key. .. _supybot.plugins.MoobotFactoids.public: supybot.plugins.MoobotFactoids.public ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Default value: True Determines whether this plugin is publicly visible.