Changed basic configuration to my liking.
authorEevee <git@veekun.com>
Sun, 31 Jan 2010 02:03:05 +0000 (18:03 -0800)
committerEevee <git@veekun.com>
Sun, 31 Jan 2010 02:03:05 +0000 (18:03 -0800)
Shortened static replies, made directories relative, and respond to ».

dywypi.conf

index 39b3b56..004646c 100644 (file)
@@ -95,7 +95,7 @@ supybot.reply.format.time: %I:%M %p, %B %d, %Y
 #
 # 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
@@ -252,7 +252,7 @@ supybot.reply.whenNotAddressed: False
 #
 # Default value: False
 ###
-supybot.reply.requireChannelCommandsToBeSentInChannel: False
+supybot.reply.requireChannelCommandsToBeSentInChannel: True
 
 ###
 # Supybot normally replies with the full help whenever a user misuses a
@@ -286,7 +286,7 @@ supybot.reply.whenAddressedBy.chars:
 #
 # Default value:  
 ###
-supybot.reply.whenAddressedBy.strings:  
+supybot.reply.whenAddressedBy.strings: »
 
 ###
 # Determines whether the bot will reply when people address it by its
@@ -310,7 +310,7 @@ supybot.reply.whenAddressedBy.nick.atEnd: False
 #
 # Default value:  
 ###
-supybot.reply.whenAddressedBy.nicks:  
+supybot.reply.whenAddressedBy.nicks: dywypi
 
 ###
 # Determines whether the bot will unidentify someone when that person
@@ -320,7 +320,7 @@ supybot.reply.whenAddressedBy.nicks:
 #
 # Default value: False
 ###
-supybot.followIdentificationThroughNickChanges: False
+supybot.followIdentificationThroughNickChanges: True
 
 ###
 # Determines whether the bot will always join a channel when it's
@@ -337,53 +337,40 @@ supybot.alwaysJoinOnInvite: False
 # 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 do %s things.
 
 ###
 # Determines what generic error message is given when the bot is telling
@@ -391,34 +378,19 @@ supybot.replies.noCapability: You don't have the %s capability. If you think\
 # 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
@@ -494,7 +466,7 @@ supybot.commands.nested.brackets: []
 #
 # Default value: False
 ###
-supybot.commands.nested.pipeSyntax: False
+supybot.commands.nested.pipeSyntax: True
 
 ###
 # Determines what commands have default plugins set, and which plugins
@@ -619,28 +591,28 @@ supybot.drivers.maxReconnectWait: 300.0
 #
 # 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
@@ -651,14 +623,14 @@ supybot.directories.backup: /home/eevee/dev/supybot/backup
 #
 # 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.
@@ -1059,7 +1031,7 @@ supybot.defaultSocketTimeout: 10
 #
 # Default value: 
 ###
-supybot.pidFile: 
+supybot.pidFile: ./dywypi.pid
 
 ###
 # Determines whether the bot will automatically thread all commands.