diff options
author | Sadie Powell <sadie@witchery.services> | 2020-03-27 13:32:46 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-03-27 13:39:37 +0000 |
commit | 13d6390aeca042cf38565f13664c8dac7d243602 (patch) | |
tree | a7e38f4c1d7c21ad4010d008798084fc95e4a90a /src | |
parent | 0412648fc1c69dd304f165859979b13ec30be5bb (diff) |
Update the credits.
- Move Attila to former developers (RIP).
- Move genius3000 to core developers.
- Add Robby to contributors.
- Add prawnsalad to thanks.
Diffstat (limited to 'src')
-rw-r--r-- | src/coremods/core_info/cmd_info.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/coremods/core_info/cmd_info.cpp b/src/coremods/core_info/cmd_info.cpp index c08f1ae3a..c4e9464d8 100644 --- a/src/coremods/core_info/cmd_info.cpp +++ b/src/coremods/core_info/cmd_info.cpp @@ -38,10 +38,11 @@ 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:", + " 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>", @@ -56,7 +57,7 @@ static const char* const lines[] = { " Robin Burchell, w00t, <w00t@inspircd.org>", " ", "\002Active Contributors\002:", - " Adam linuxdaemon Sheogorath", + " Adam linuxdaemon Robby Sheogorath", " ", "\002Former Contributors\002:", " Adremelech Ankit AnMaster Bricker", @@ -71,7 +72,7 @@ static const char* const lines[] = { " ThaPrince Thunderhacker typobox43 Zaba", " ", "\002Thanks To\002:", - " Asmo Brik fraggeln genius3000", + " Asmo Brik fraggeln prawnsalad", " ", " Best experienced with: \002An IRC client\002", NULL |