X-Git-Url: http://git.veekun.com/zzz-dywypi.git/blobdiff_plain/1e7d0942b128f5eadfdbf7d90d85666a723164e9..e2cfcf2ca5e113d4cdefb4cbb50747388f7df320:/dywypi.conf diff --git a/dywypi.conf b/dywypi.conf index 004646c..f12289b 100644 --- a/dywypi.conf +++ b/dywypi.conf @@ -63,7 +63,7 @@ supybot.networks.veekun.servers: irc.veekun.com:6667 # # Default value: ### -supybot.networks.veekun.channels: #bot +supybot.networks.veekun.channels: #bot #cafe #tcod #veekun ### # Determines what key (if any) will be used to join the channel. @@ -370,7 +370,7 @@ supybot.replies.notRegistered: I'm afraid I can't let you do that, Dave. # Determines what error message is given when the bot is telling someone # they aren't cool enough to use the command they tried to use. ### -supybot.replies.noCapability: Only cool kids can do %s things. +supybot.replies.noCapability: Only cool kids can use %s. ### # Determines what generic error message is given when the bot is telling @@ -384,13 +384,13 @@ supybot.replies.genericNoCapability: Only cool kids can do that. # Determines what error messages the bot sends to people who try to do # things in a channel that really should be done in private. ### -supybot.replies.requiresPrivacy: Shh! Not in public! +supybot.replies.requiresPrivacy: Shh! Not in public! ### # Determines what message the bot sends when it thinks you've # encountered a bug that the developers don't know about. ### -supybot.replies.possibleBug: I'm broken. :( Please harass developers. +supybot.replies.possibleBug: I'm broken. :( Please harass developers. ### # A floating point number of seconds to throttle snarfed URLs, in order @@ -637,7 +637,7 @@ supybot.directories.log: ./logs # # Default value: ### -supybot.plugins: Admin Misc User Owner Config Channel +supybot.plugins: Admin Misc Pokedex WWWJDIC Channel User Unicode Owner Config NetHack Math Karma ### # Determines whether this plugin is loaded by default. @@ -686,6 +686,77 @@ supybot.plugins.Config.public: True ### # Determines whether this plugin is loaded by default. ### +supybot.plugins.Karma: True + +### +# Determines whether this plugin is publicly visible. +# +# Default value: True +### +supybot.plugins.Karma.public: True + +### +# Determines whether the bot will output shorter versions of the karma +# output when requesting a single thing's karma. +# +# Default value: False +### +supybot.plugins.Karma.simpleOutput: True + +### +# Determines whether the bot will reply with a success message when +# something's karma is increased or decreased. +# +# Default value: False +### +supybot.plugins.Karma.response: False + +### +# Determines how many highest/lowest karma things are shown when karma +# is called with no arguments. +# +# Default value: 3 +### +supybot.plugins.Karma.rankingDisplay: 3 + +### +# Determines how many karma things are shown when the most command is +# called.' +# +# Default value: 25 +### +supybot.plugins.Karma.mostDisplay: 20 + +### +# Determines whether users can adjust the karma of their nick. +# +# Default value: False +### +supybot.plugins.Karma.allowSelfRating: False + +### +# Determines whether the bot will increase/decrease karma without being +# addressed. +# +# Default value: False +### +supybot.plugins.Karma.allowUnaddressedKarma: True + +### +# Determines whether this plugin is loaded by default. +### +supybot.plugins.Math: True + +### +# Determines whether this plugin is publicly visible. +# +# Default value: True +### +supybot.plugins.Math.public: True + +### +# Determines whether this plugin is loaded by default. +### supybot.plugins.Misc: True ### @@ -733,6 +804,18 @@ supybot.plugins.Misc.last.nested.includeNick: False ### # Determines whether this plugin is loaded by default. ### +supybot.plugins.NetHack: True + +### +# Determines whether this plugin is publicly visible. +# +# Default value: True +### +supybot.plugins.NetHack.public: True + +### +# Determines whether this plugin is loaded by default. +### supybot.plugins.Owner: True ### @@ -755,6 +838,37 @@ supybot.plugins.Owner.quitMsg: ### # Determines whether this plugin is loaded by default. ### +supybot.plugins.Pokedex: True + +### +# Determines whether this plugin is publicly visible. +# +# Default value: True +### +supybot.plugins.Pokedex.public: True + +### +# SQLAlchemy-compatible URL to the pokedex database. +# +# Default value: +### +supybot.plugins.Pokedex.databaseURL: sqlite:////home/eevee/beta.veekun.com/veekun/pokedex.db + +### +# Determines whether this plugin is loaded by default. +### +supybot.plugins.Unicode: False + +### +# Determines whether this plugin is publicly visible. +# +# Default value: True +### +supybot.plugins.Unicode.public: True + +### +# Determines whether this plugin is loaded by default. +### supybot.plugins.User: True ### @@ -765,6 +879,18 @@ supybot.plugins.User: True supybot.plugins.User.public: True ### +# Determines whether this plugin is loaded by default. +### +supybot.plugins.WWWJDIC: True + +### +# Determines whether this plugin is publicly visible. +# +# Default value: True +### +supybot.plugins.WWWJDIC.public: True + +### # Determines whether the bot will always load important plugins (Admin, # Channel, Config, Misc, Owner, and User) regardless of what their # configured state is. Generally, if these plugins are configured not to @@ -781,9 +907,9 @@ supybot.plugins.alwaysLoadImportant: True # configured (that is, if its value is empty) then sane defaults will be # provided. # -# Default value: anydbm cdb flat pickle +# Default value: sqlite anydbm cdb flat pickle ### -supybot.databases: +supybot.databases: sqlite ### # Determines what filename will be used for the users database. This