removed neko pattern from kitty.lua
This commit is contained in:
parent
b307e18d34
commit
c712fa44b2
@ -14,7 +14,7 @@ end
|
|||||||
return {
|
return {
|
||||||
description = "Sendet ein zufälliges Katzenbild",
|
description = "Sendet ein zufälliges Katzenbild",
|
||||||
usage = {"/kitty","/katze","/cat","/neko","/kadse"},
|
usage = {"/kitty","/katze","/cat","/neko","/kadse"},
|
||||||
patterns = {"^/kitty$","^/katze$","^/cat$","^/neko$","^/kadse$","^/kitty (.*)$","^/katze (.*)$","^/cat (.*)$","^/neko (.*)$","^/kadse (.*)$",},
|
patterns = {"^/kitty$","^/katze$","^/cat$","^/kadse$","^/kitty (.*)$","^/katze (.*)$","^/cat (.*)$","^/kadse (.*)$",},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
||||||
--by Akamaru [https://ponywave.de]
|
--by Akamaru [https://ponywave.de]
|
Reference in New Issue
Block a user