]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/coremods/core_info/cmd_info.cpp
Move linuxdaemon and Sheogorath to former contributors.
[user/henk/code/inspircd.git] / src / coremods / core_info / cmd_info.cpp
index e17cc6bd76c4e831494d2b809cc6754ad5abc4c8..61aea6bc6381c4ac992465e4893a652c85b89158 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
- *   Copyright (C) 2017-2019 Sadie Powell <sadie@witchery.services>
+ *   Copyright (C) 2018-2020 Sadie Powell <sadie@witchery.services>
  *   Copyright (C) 2015 Robin Burchell <robin+git@viroteck.net>
  *   Copyright (C) 2013-2014, 2016 Attila Molnar <attilamolnar@hush.com>
  *   Copyright (C) 2012, 2019 Robby <robby@chatbelgie.be>
@@ -38,17 +38,18 @@ static const char* const lines[] = {
        "                 November 2002 - Present",
        " ",
        "\002Core Developers\002:",
-       "    Attila Molnar,          Attila,     <attilamolnar@hush.com>",
+       "    Matt Schatz,            genius3000, <genius3000@g3k.solutions>",
        "    Sadie Powell,           SadieCat,   <sadie@witchery.services>",
        " ",
        "\002Former Developers\002:",
-       "    Oliver Lupton,          Om,         <om@inspircd.org>",
-       "    John Brooks,            Special,    <special@inspircd.org>",
+       "    Attila Molnar,          Attila,     <attilamolnar@hush.com>",
+       "    Daniel De Graaf,        danieldg,   <danieldg@inspircd.org>",
        "    Dennis Friis,           peavey,     <peavey@inspircd.org>",
+       "    John Brooks,            Special,    <special@inspircd.org>",
+       "    Matt Smith,             dz,         <dz@inspircd.org>",
+       "    Oliver Lupton,          Om,         <om@inspircd.org>",
        "    Thomas Stagner,         aquanight,  <aquanight@inspircd.org>",
        "    Uli Schlachter,         psychon,    <psychon@inspircd.org>",
-       "    Matt Smith,             dz,         <dz@inspircd.org>",
-       "    Daniel De Graaf,        danieldg,   <danieldg@inspircd.org>",
        " ",
        "\002Founding Developers\002:",
        "    Craig Edwards,          Brain,      <brain@inspircd.org>",
@@ -56,24 +57,25 @@ static const char* const lines[] = {
        "    Robin Burchell,         w00t,       <w00t@inspircd.org>",
        " ",
        "\002Active Contributors\002:",
-       "    Adam           linuxdaemon     Sheogorath",
+       "   Adam            Robby",
        " ",
        "\002Former Contributors\002:",
-       "   dmb             Zaba            skenmy         GreenReaper",
-       "   Dan             Jason           satmd          owine",
-       "   Adremelech      John2           jilles         HiroP",
-       "   eggy            Bricker         AnMaster       djGrrr",
-       "   nenolod         Quension        praetorian     pippijn",
-       "   CC              jamie           typobox43      Burlex",
-       "   Stskeeps        ThaPrince       BuildSmart     Thunderhacker",
-       "   Skip            LeaChim         Majic          MacGyver",
-       "   Namegduf        Ankit           Phoenix        Taros",
-       "   jackmcbarn      ChrisTX         Shawn          Shutter",
+       "   Adremelech      Ankit           AnMaster        Bricker",
+       "   BuildSmart      Burlex          CC              ChrisTX",
+       "   Dan             djGrrr          dmb             eggy",
+       "   GreenReaper     HiroP           jackmcbarn      jamie",
+       "   Jason           jilles          John2           kaniini",
+       "   LeaChim         linuxdaemon     MacGyver        majic",
+       "   Namegduf        owine           Phoenix         pippijn",
+       "   praetorian      Quension        satmd           Shawn",
+       "   Sheogorath      Shutter         skenmy          Skip",
+       "   Stskeeps        Taros           ThaPrince       Thunderhacker",
+       "   typobox43       Zaba",
        " ",
        "\002Thanks To\002:",
-       "   Asmo            Brik            fraggeln       genius3000",
+       "   Asmo            Brik            fraggeln        prawnsalad",
        " ",
-       " Best experienced with: \002An IRC client\002",
+       " Best experienced with \002an IRC client\002",
        NULL
 };