Diagoras Vrachnaiika F.C.

Diagoras Vrachnaiika Football Club (Greek: Α.Ο. Διαγόρας Βραχνέικων) is a Greek football club based in Vrachnaiika, Achaea, Greece.

Diagoras Vrachnaiika
Founded1960 (1960)
GroundVrachnaiika Municipal Stadium
ChairmanAntonis Rellas [1]
ManagerChristos Tsikas [2]
LeagueGamma Ethniki
2019–20Gamma Ethniki, 10th

Honours

Domestic

    • Achaea FCA Champions: 3
      • 2007–08, 2013–14, 2016–17
    • Achaea FCA Cup Winners: 2
      • 2011–12, 2017–18
    • Achaea FCA Super Cup Winners: 3
      • 2012, 2014, 2017
gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
gollark: It's included in PotATOS.
gollark: https://raw.githubusercontent.com/Ale32bit-CC/Node.lua/master/node.lua

References

  1. "Διαγόρας Βραχνέικων". www.ligs.gr. 6 November 2017. Retrieved 16 November 2017.
  2. "Ο Τσίκας νέος προπονητής στο Διαγόρα Βραχνεΐκων". thematch.gr. 29 October 2017. Retrieved 16 November 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.