diff options
author | Robin Burchell <robin+git@viroteck.net> | 2015-09-21 04:13:14 +0200 |
---|---|---|
committer | Robin Burchell <robin+git@viroteck.net> | 2015-11-09 21:33:22 +0100 |
commit | 341c0a4c6812feaf0634d72b320bbbcfc5ba4c79 (patch) | |
tree | ddb6af2b862d67e8c718e801719acbfabccfa440 /src | |
parent | acb59bf4d0287b6172e617e7be97bfd41461cc57 (diff) |
info: Move the early three of us to a "founding developers" section.
Reflecting the reality that we are of some kind of importance, even if we aren't
really doing much nowdays except sipping cocktails on the beach.
Diffstat (limited to 'src')
-rw-r--r-- | src/coremods/core_info/cmd_info.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/coremods/core_info/cmd_info.cpp b/src/coremods/core_info/cmd_info.cpp index 492bfc445..13f8fa415 100644 --- a/src/coremods/core_info/cmd_info.cpp +++ b/src/coremods/core_info/cmd_info.cpp @@ -35,9 +35,6 @@ static const char* const lines[] = { " November 2002 - Present", " ", "\2Core Developers\2:", - " Craig Edwards, Brain, <brain@inspircd.org>", - " Craig McLure, Craig, <craig@inspircd.org>", - " Robin Burchell, w00t, <w00t@inspircd.org>", " Oliver Lupton, Om, <om@inspircd.org>", " John Brooks, Special, <special@inspircd.org>", " Dennis Friis, peavey, <peavey@inspircd.org>", @@ -47,6 +44,11 @@ static const char* const lines[] = { " Daniel De Graaf, danieldg, <danieldg@inspircd.org>", " Attila Molnar, Attila, <attilamolnar@hush.com>", " ", + "\2Founding Developers\2:", + " Craig Edwards, Brain, <brain@inspircd.org>", + " Craig McLure, Craig, <craig@inspircd.org>", + " Robin Burchell, w00t, <w00t@inspircd.org>", + " ", "\2Regular Contributors\2:", " Adam SaberUK", " ", |