# HG changeset patch # User Kim Alvefur # Date 1407850800 -7200 # Node ID 10dc228a45a4173d41c4a43c6cb9a5fa096ee446 # Parent bba5f4ffe75a3c601fe94da20d5f2be96042dba3 mod_blocklist: Correct comment diff -r bba5f4ffe75a -r 10dc228a45a4 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;