diff options
author | Sadie Powell <sadie@witchery.services> | 2021-02-10 23:59:27 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-02-10 23:59:27 +0000 |
commit | ee23dd450ed713d907d0ecdeec356971439d4356 (patch) | |
tree | f202e2169d0dadd27edcd50c8b2459455f6ff6e1 | |
parent | 1794c202b933f0aff1008d65a3d60dd6f5cbccd1 (diff) |
Move linuxdaemon and Sheogorath to former contributors.
-rw-r--r-- | src/coremods/core_info/cmd_info.cpp | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/coremods/core_info/cmd_info.cpp b/src/coremods/core_info/cmd_info.cpp index 32112ca7e..61aea6bc6 100644 --- a/src/coremods/core_info/cmd_info.cpp +++ b/src/coremods/core_info/cmd_info.cpp @@ -57,7 +57,7 @@ static const char* const lines[] = { " Robin Burchell, w00t, <w00t@inspircd.org>", " ", "\002Active Contributors\002:", - " Adam linuxdaemon Robby Sheogorath", + " Adam Robby", " ", "\002Former Contributors\002:", " Adremelech Ankit AnMaster Bricker", @@ -65,16 +65,17 @@ static const char* const lines[] = { " Dan djGrrr dmb eggy", " GreenReaper HiroP jackmcbarn jamie", " Jason jilles John2 kaniini", - " LeaChim MacGyver Majic Namegduf", - " owine Phoenix pippijn praetorian", - " Quension satmd Shawn Shutter", - " skenmy Skip Stskeeps Taros", - " ThaPrince Thunderhacker typobox43 Zaba", + " LeaChim linuxdaemon MacGyver majic", + " Namegduf owine Phoenix pippijn", + " praetorian Quension satmd Shawn", + " Sheogorath Shutter skenmy Skip", + " Stskeeps Taros ThaPrince Thunderhacker", + " typobox43 Zaba", " ", "\002Thanks To\002:", " Asmo Brik fraggeln prawnsalad", " ", - " Best experienced with: \002An IRC client\002", + " Best experienced with \002an IRC client\002", NULL }; |