forked from csxkdv/cheeseBot-rewrite
Finished writing the main function. Detects cheese keywords in messages and added user/server blacklist/whitelist.
This commit is contained in:
86
src/lists/cheese_words.rb
Normal file
86
src/lists/cheese_words.rb
Normal file
@@ -0,0 +1,86 @@
|
||||
module Lists
|
||||
CHEESE_WORDS = [
|
||||
"abertam",
|
||||
"abondance",
|
||||
"acapella",
|
||||
"accasciato",
|
||||
"ackawi",
|
||||
"acorn",
|
||||
"adelost",
|
||||
"backstein",
|
||||
"bergader",
|
||||
"bonifaz",
|
||||
"brie",
|
||||
"burrata",
|
||||
"butterkäse",
|
||||
"cambozola",
|
||||
"camembert",
|
||||
"caseus",
|
||||
"casgiu",
|
||||
"cheddar",
|
||||
"cheese",
|
||||
"chiiz",
|
||||
"chisi",
|
||||
"chizi",
|
||||
"colby",
|
||||
"cottage",
|
||||
"cuku",
|
||||
"cáis",
|
||||
"djathë",
|
||||
"edelpilzkäse",
|
||||
"farmaajo",
|
||||
"feta",
|
||||
"formaggio",
|
||||
"formatge",
|
||||
"fromage",
|
||||
"fromazy",
|
||||
"fromaĝo",
|
||||
"fwomaj",
|
||||
"gazta",
|
||||
"gorgonzola",
|
||||
"gouda",
|
||||
"halloumi",
|
||||
"handkäse",
|
||||
"harzer",
|
||||
"hirtenkäse",
|
||||
"hohenheim",
|
||||
"juust",
|
||||
"juusto",
|
||||
"kaas",
|
||||
"kashkaval",
|
||||
"keju",
|
||||
"keso",
|
||||
"kochkäse",
|
||||
"käse",
|
||||
"limburger",
|
||||
"milbenkäse",
|
||||
"mozzarella",
|
||||
"nieheimer",
|
||||
"obatzda",
|
||||
"ostur",
|
||||
"paneer",
|
||||
"parmesan",
|
||||
"pendir",
|
||||
"penêr",
|
||||
"pepperjack",
|
||||
"provolone",
|
||||
"quark",
|
||||
"queijo",
|
||||
"queixo",
|
||||
"queso",
|
||||
"raclette",
|
||||
"rauchkäse",
|
||||
"ricotta",
|
||||
"roquefort",
|
||||
"sajt",
|
||||
"sires",
|
||||
"sisi",
|
||||
"spundekäs",
|
||||
"swiss",
|
||||
"sūris",
|
||||
"tsiis",
|
||||
"ziegel",
|
||||
"チーズ",
|
||||
"\N{CHEESE WEDGE}"
|
||||
].freeze
|
||||
end
|
||||
Reference in New Issue
Block a user