diff options
author | Robin Burchell <robin+git@viroteck.net> | 2015-09-21 04:22:17 +0200 |
---|---|---|
committer | Robin Burchell <robin+git@viroteck.net> | 2015-11-09 21:33:22 +0100 |
commit | a9503880d881d79ca91038c66ebe29da357108a5 (patch) | |
tree | 12b767506157690b3bc4f55769fad43f16002df8 /src | |
parent | 492148fcbdf7c751ce65c18fcfb2217c42d5ed43 (diff) |
info: Reflect reality, and move everyone who hasn't committed since 2010 to "Former Developers"
Self-explanatory, I hope.
Diffstat (limited to 'src')
-rw-r--r-- | src/coremods/core_info/cmd_info.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coremods/core_info/cmd_info.cpp b/src/coremods/core_info/cmd_info.cpp index 6d9c3c022..b98c6fe48 100644 --- a/src/coremods/core_info/cmd_info.cpp +++ b/src/coremods/core_info/cmd_info.cpp @@ -35,6 +35,9 @@ static const char* const lines[] = { " November 2002 - Present", " ", "\2Core Developers\2:", + " Attila Molnar, Attila, <attilamolnar@hush.com>", + " ", + "\2Former Developers\2:", " Oliver Lupton, Om, <om@inspircd.org>", " John Brooks, Special, <special@inspircd.org>", " Dennis Friis, peavey, <peavey@inspircd.org>", @@ -42,7 +45,6 @@ static const char* const lines[] = { " Uli Schlachter, psychon, <psychon@inspircd.org>", " Matt Smith, dz, <dz@inspircd.org>", " Daniel De Graaf, danieldg, <danieldg@inspircd.org>", - " Attila Molnar, Attila, <attilamolnar@hush.com>", " ", "\2Founding Developers\2:", " Craig Edwards, Brain, <brain@inspircd.org>", |