#
# 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.
#
# Default value: False
###
-supybot.reply.format.time.elapsed.short: False
+supybot.reply.format.time.elapsed.short: True
###
# Determines the absolute maximum length of the bot's reply -- no reply
#
# Default value: False
###
-supybot.reply.requireChannelCommandsToBeSentInChannel: False
+supybot.reply.requireChannelCommandsToBeSentInChannel: True
###
# Supybot normally replies with the full help whenever a user misuses a
#
# Default value:
###
-supybot.reply.whenAddressedBy.strings:
+supybot.reply.whenAddressedBy.strings: ยป
###
# Determines whether the bot will reply when people address it by its
#
# Default value:
###
-supybot.reply.whenAddressedBy.nicks:
+supybot.reply.whenAddressedBy.nicks: dywypi
###
# Determines whether the bot will unidentify someone when that person
#
# Default value: False
###
-supybot.followIdentificationThroughNickChanges: False
+supybot.followIdentificationThroughNickChanges: True
###
# Determines whether the bot will always join a channel when it's
# If this configuration variable is empty, no success message will be
# sent.
###
-supybot.replies.success: The operation succeeded.
+supybot.replies.success: Okay.
###
# Determines what error message the bot gives when it wants to be
# ambiguous.
###
-supybot.replies.error: An error has occurred and has been logged. Please\
- contact this bot's administrator for more\
- information.
+supybot.replies.error: I AM ERROR
###
# Determines what message the bot replies with when someone tries to use
# a command that requires being identified or having a password and
# neither credential is correct.
###
-supybot.replies.incorrectAuthentication: Your hostmask doesn't match or your\
- password is wrong.
+supybot.replies.incorrectAuthentication: I'm afraid I can't let you do that,\
+ Dave.
###
# Determines what error message the bot replies with when someone tries
# to accessing some information on a user the bot doesn't know about.
###
-supybot.replies.noUser: I can't find %s in my user database. If you didn't\
- give a user name, then I might not know what your\
- user is, and you'll need to identify before this\
- command might work.
+supybot.replies.noUser: I don't know who %s is.
###
# Determines what error message the bot replies with when someone tries
# to do something that requires them to be registered but they're not
# currently recognized.
###
-supybot.replies.notRegistered: You must be registered to use this command.\
- If you are already registered, you must\
- either identify (using the identify command)\
- or add a hostmask matching your current\
- hostmask (using the "hostmask add" command).
+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: You don't have the %s capability. If you think\
- that you should have this capability, be sure\
- that you are identified before trying again.\
- The 'whoami' command can tell you if you're\
- identified.
+supybot.replies.noCapability: Only cool kids can use %s.
###
# Determines what generic error message is given when the bot is telling
# use, and the author of the code calling errorNoCapability didn't
# provide an explicit capability for whatever reason.
###
-supybot.replies.genericNoCapability: You're missing some capability you\
- need. This could be because you\
- actually possess the anti-capability\
- for the capability that's required of\
- you, or because the channel provides\
- that anti-capability by default, or\
- because the global capabilities include\
- that anti-capability. Or, it could be\
- because the channel or\
- supybot.capabilities.default is set to\
- False, meaning that no commands are\
- allowed unless explicitly in your\
- capabilities. Either way, you can't do\
- what you want to do.
+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: That operation cannot be done in a channel.
+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: This may be a bug. If you think it is, please\
- file a bug report at <http://sourceforge.net/tr\
- acker/?func=add&group_id=58965&atid=489447>.
+supybot.replies.possibleBug: I'm broken. :( Please harass developers.
###
# A floating point number of seconds to throttle snarfed URLs, in order
#
# Default value: False
###
-supybot.commands.nested.pipeSyntax: False
+supybot.commands.nested.pipeSyntax: True
###
# Determines what commands have default plugins set, and which plugins
#
# Default value: conf
###
-supybot.directories.conf: /home/eevee/dev/supybot/conf
+supybot.directories.conf: ./conf
###
# Determines what directory data is put into.
#
# Default value: data
###
-supybot.directories.data: /home/eevee/dev/supybot/data
+supybot.directories.data: ./data
###
# Determines what directory temporary files are put into.
#
# Default value: tmp
###
-supybot.directories.data.tmp: /home/eevee/dev/supybot/data/tmp
+supybot.directories.data.tmp: ./data/tmp
###
# Determines what directory backup data is put into.
#
# Default value: backup
###
-supybot.directories.backup: /home/eevee/dev/supybot/backup
+supybot.directories.backup: ./backup
###
# Determines what directories the bot will look for plugins in. Accepts
#
# Default value:
###
-supybot.directories.plugins: /home/eevee/dev/supybot/plugins
+supybot.directories.plugins: ./plugins
###
# Determines what directory the bot will store its logfiles in.
#
# Default value: logs
###
-supybot.directories.log: /home/eevee/dev/supybot/logs
+supybot.directories.log: ./logs
###
# Determines what plugins will be loaded.
#
# Default value:
###
-supybot.plugins: Admin Misc User Owner Config Channel
+supybot.plugins: Admin Math Misc NetHack Owner User Unicode WWWJDIC Config Pokedex Channel Karma
###
# Determines whether this plugin is loaded by default.
###
# 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
###
###
# 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
###
###
# 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/dywypi/pokedex/pokedex/data/pokedex.sqlite
+
+###
+# 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
###
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
# 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
#
# Default value:
###
-supybot.pidFile:
+supybot.pidFile: ./dywypi.pid
###
# Determines whether the bot will automatically thread all commands.