merge upstream
Disabled pattern lowercase matches Update isup.lua
This commit is contained in:
@ -112,7 +112,7 @@ function match_plugin(plugin, plugin_name, msg)
|
||||
|
||||
-- Go over patterns. If one matches is enough.
|
||||
for k, pattern in pairs(plugin.patterns) do
|
||||
local matches = match_pattern(pattern, msg.text, true)
|
||||
local matches = match_pattern(pattern, msg.text)
|
||||
if matches then
|
||||
print("Nachricht stimmt überein mit ", pattern)
|
||||
|
||||
|
Reference in New Issue
Block a user