Software /
code /
prosody
Changeset
6351:10dc228a45a4
mod_blocklist: Correct comment
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 12 Aug 2014 15:40:00 +0200 |
parents | 6350:bba5f4ffe75a |
children | 6352:b703e6930e4c |
files | plugins/mod_blocklist.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;