mod_blocklist: Correct comment
authorKim Alvefur <zash@zash.se>
Tue, 12 Aug 2014 15:40:00 +0200
changeset 6351 10dc228a45a4
parent 6350 bba5f4ffe75a
child 6352 b703e6930e4c
mod_blocklist: Correct comment
plugins/mod_blocklist.lua
--- a/plugins/mod_blocklist.lua	Tue Aug 12 15:38:48 2014 +0200
+++ b/plugins/mod_blocklist.lua	Tue Aug 12 15:40:00 2014 +0200
@@ -98,7 +98,7 @@
 	return origin.send(reply);
 end);
 
--- Add or remove a bare jid from the blocklist
+-- Add or remove some jid(s) from the blocklist
 -- We want this to be atomic and not do a partial update
 local function edit_blocklist(event)
 	local origin, stanza = event.origin, event.stanza;