# HG changeset patch # User Kim Alvefur # Date 1487547512 -3600 # Node ID daf83bd9490666f4e04d1a803499a96649ed48af # Parent c011cecad576d396505925ea4a64aa6611c902dc mod_mam: Fix typo in comment diff -r c011cecad576 -r daf83bd94906 plugins/mod_mam/mod_mam.lua --- a/plugins/mod_mam/mod_mam.lua Mon Feb 20 00:37:46 2017 +0100 +++ b/plugins/mod_mam/mod_mam.lua Mon Feb 20 00:38:32 2017 +0100 @@ -373,7 +373,7 @@ -- Stanzas sent by local clients module:hook("pre-message/bare", c2s_message_handler, 0); module:hook("pre-message/full", c2s_message_handler, 0); --- Stanszas to local clients +-- Stanzas to local clients module:hook("message/bare", message_handler, 0); module:hook("message/full", message_handler, 0);