plugins.slap: Fix the grammar, once and for all!

Tue, 30 Apr 2013 18:19:00 +0200

author
Kim Alvefur <zash@zash.se>
date
Tue, 30 Apr 2013 18:19:00 +0200
changeset 100
f90ead53573a
parent 99
072509afc701
child 101
7d75d7f9d5ae

plugins.slap: Fix the grammar, once and for all!

plugins/slap.lua file | annotate | diff | comparison | revisions
--- a/plugins/slap.lua	Mon Feb 11 18:30:03 2013 +0100
+++ b/plugins/slap.lua	Tue Apr 30 18:19:00 2013 +0200
@@ -5,7 +5,7 @@
 function riddim.plugins.slap(bot)
    if type(bot.config.weapons) ~= 'table' then
       -- start off with something to slap people with
-      bot.config.weapons = {'large trout'}
+      bot.config.weapons = {'a large trout'}
    end
 
    -- slap someone

mercurial