fuck this fucking afk shit plugin fuck
This commit is contained in:
parent
76699da739
commit
124db26473
@ -1,29 +1,23 @@
|
|||||||
function run(msg, matches)
|
function run(msg, matches)
|
||||||
--local text = matches[2]
|
local text = matches[2]
|
||||||
local user_name = get_name(msg)
|
local user_name = get_name(msg)
|
||||||
|
|
||||||
--[[if matches[1] == '/afk' and matches[2] then
|
if string.starts(msg.text, '/afk') and (text == nil) then
|
||||||
return user_name .. ' ist nun AFK (' .. text .. ')'
|
return user_name .. ' ist nun AFK'
|
||||||
else
|
else
|
||||||
return user_name .. ' ist nun AFK'
|
return user_name .. ' ist nun AFK (' .. text .. ')'
|
||||||
end]]
|
|
||||||
|
|
||||||
if string.starts(msg.text, '/afk') then
|
|
||||||
return user_name .. ' ist nun AFK'
|
|
||||||
--elseif string.starts(msg.text, '/afk') and text == not nil then
|
|
||||||
--return user_name .. ' ist nun AFK (' .. text .. ')'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if string.starts(msg.text, '/re') or string.starts(msg.text, '/wd') then
|
--[[if string.starts(msg.text, '/re') or string.starts(msg.text, '/wd') then
|
||||||
return user_name .. ' ist wieder da!'
|
return user_name .. ' ist wieder da!'
|
||||||
end
|
end]]
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
description = 'Sagt dass ihr afk oder wieder da seid',
|
description = 'Sagt dass ihr afk oder wieder da seid',
|
||||||
usage = {'/afk','/re','/wd'},
|
usage = {'/afk','/re','/wd'},
|
||||||
patterns = {'^/[A|a][F|f][K|k]$','^/[A|a][F|f][K|k] (.*)$','^/[R|r][E|e]$','^/[W|w][D|d]$'},
|
patterns = {'^/([A|a][F|f][K|k])$','^/([A|a][F|f][K|k]) (.*)$','^/([R|r][E|e])$','^/([W|w][D|d])$'},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
--by Akamaru [https://ponywave.de]
|
--by Akamaru [https://ponywave.de]
|
Reference in New Issue
Block a user