Config stuff; loaded Math, Karma, and Pokedex.
authorEevee <git@veekun.com>
Tue, 2 Feb 2010 05:35:18 +0000 (21:35 -0800)
committerEevee <git@veekun.com>
Tue, 2 Feb 2010 05:35:43 +0000 (21:35 -0800)
dywypi.conf

index 004646c..d68dfe3 100644 (file)
@@ -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 Math Misc User Owner Config Pokedex Channel 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
 
 ###
@@ -755,6 +826,25 @@ 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: 
+
+###
+# Determines whether this plugin is loaded by default.
+###
 supybot.plugins.User: True
 
 ###
@@ -781,9 +871,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