diff options
-rw-r--r-- | src/coremods/core_info/cmd_info.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/coremods/core_info/cmd_info.cpp b/src/coremods/core_info/cmd_info.cpp index 83ca2eba8..6d9c3c022 100644 --- a/src/coremods/core_info/cmd_info.cpp +++ b/src/coremods/core_info/cmd_info.cpp @@ -49,11 +49,9 @@ static const char* const lines[] = { " Craig McLure, Craig, <craig@inspircd.org>", " Robin Burchell, w00t, <w00t@inspircd.org>", " ", - "\2Regular Contributors\2:", - " Adam SaberUK", - " ", - "\2Other Contributors\2:", - " ChrisTX Shawn Shutter", + "\2Active Contributors\2:", + " Adam SaberUK ChrisTX", + " Shawn Shutter", " ", "\2Former Contributors\2:", " dmb Zaba skenmy GreenReaper", |