comparison plugins/adhoc/mod_adhoc.lua @ 12387:05c250fa335a

Spelling: Fix various spelling mistakes (thanks timeless) Words, sometimes I wonder how they even work Maybe I missed something.
author Kim Alvefur <zash@zash.se>
date Mon, 07 Mar 2022 00:13:56 +0100
parents f6661fac7e9a
children 0c1684c65716
comparison
equal deleted inserted replaced
12386:2d3080d02960 12387:05c250fa335a
89 end 89 end
90 end, 500); 90 end, 500);
91 91
92 local function adhoc_added(event) 92 local function adhoc_added(event)
93 local item = event.item; 93 local item = event.item;
94 -- Dang this was noicy 94 -- Dang this was noisy
95 module:log("debug", "Command added by mod_%s: %q, %q", item._provided_by or "<unknown module>", item.name, item.node); 95 module:log("debug", "Command added by mod_%s: %q, %q", item._provided_by or "<unknown module>", item.name, item.node);
96 commands[item.node] = item; 96 commands[item.node] = item;
97 end 97 end
98 98
99 local function adhoc_removed(event) 99 local function adhoc_removed(event)