diff options
author | Robin Burchell <robin+git@viroteck.net> | 2015-09-21 04:24:11 +0200 |
---|---|---|
committer | Robin Burchell <robin+git@viroteck.net> | 2015-11-09 21:33:22 +0100 |
commit | 52030c893df467efd283468fc53ccde9bbe52dd9 (patch) | |
tree | d3d3b1c1bfa0a573e6be4ab2a6b7a894091d9da6 /src | |
parent | a9503880d881d79ca91038c66ebe29da357108a5 (diff) |
info: Move SaberUK to Core Developers.
Reflects reality, he's done a fair chunk of work. :)
Diffstat (limited to 'src')
-rw-r--r-- | src/coremods/core_info/cmd_info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coremods/core_info/cmd_info.cpp b/src/coremods/core_info/cmd_info.cpp index b98c6fe48..c7e8e10e0 100644 --- a/src/coremods/core_info/cmd_info.cpp +++ b/src/coremods/core_info/cmd_info.cpp @@ -36,6 +36,7 @@ static const char* const lines[] = { " ", "\2Core Developers\2:", " Attila Molnar, Attila, <attilamolnar@hush.com>", + " Peter Powell, SaberUK, <petpow@saberuk.com>", " ", "\2Former Developers\2:", " Oliver Lupton, Om, <om@inspircd.org>", @@ -52,8 +53,7 @@ static const char* const lines[] = { " Robin Burchell, w00t, <w00t@inspircd.org>", " ", "\2Active Contributors\2:", - " Adam SaberUK ChrisTX", - " Shawn Shutter", + " Adam ChrisTX Shawn Shutter", " ", "\2Former Contributors\2:", " dmb Zaba skenmy GreenReaper", |