mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 19:19:02 -04:00
Move my name from regular contributors to developers
This commit is contained in:
parent
418b77dd9d
commit
22738bad54
@ -44,16 +44,17 @@ static const char* const lines[] = {
|
|||||||
" November 2002 - Present",
|
" November 2002 - Present",
|
||||||
" ",
|
" ",
|
||||||
"\2Core Developers\2:",
|
"\2Core Developers\2:",
|
||||||
" Craig Edwards, Brain, <brain@inspircd.org>",
|
" Craig Edwards, Brain, <brain@inspircd.org>",
|
||||||
" Craig McLure, Craig, <craig@inspircd.org>",
|
" Craig McLure, Craig, <craig@inspircd.org>",
|
||||||
" Robin Burchell, w00t, <w00t@inspircd.org>",
|
" Robin Burchell, w00t, <w00t@inspircd.org>",
|
||||||
" Oliver Lupton, Om, <om@inspircd.org>",
|
" Oliver Lupton, Om, <om@inspircd.org>",
|
||||||
" John Brooks, Special, <special@inspircd.org>",
|
" John Brooks, Special, <special@inspircd.org>",
|
||||||
" Dennis Friis, peavey, <peavey@inspircd.org>",
|
" Dennis Friis, peavey, <peavey@inspircd.org>",
|
||||||
" Thomas Stagner, aquanight, <aquanight@inspircd.org>",
|
" Thomas Stagner, aquanight, <aquanight@inspircd.org>",
|
||||||
" Uli Schlachter, psychon, <psychon@inspircd.org>",
|
" Uli Schlachter, psychon, <psychon@inspircd.org>",
|
||||||
" Matt Smith, dz, <dz@inspircd.org>",
|
" Matt Smith, dz, <dz@inspircd.org>",
|
||||||
" Daniel De Graaf, danieldg, <danieldg@inspircd.org>",
|
" Daniel De Graaf, danieldg, <danieldg@inspircd.org>",
|
||||||
|
" jackmcbarn, <jackmcbarn@inspircd.org>",
|
||||||
" ",
|
" ",
|
||||||
"\2Regular Contributors\2:",
|
"\2Regular Contributors\2:",
|
||||||
" Majic MacGyver Namegduf Ankit",
|
" Majic MacGyver Namegduf Ankit",
|
||||||
|
@ -488,8 +488,8 @@ InspIRCd::InspIRCd(int argc, char** argv) :
|
|||||||
printf_c("\033[1;32mInspire Internet Relay Chat Server, compiled %s at %s\n",__DATE__,__TIME__);
|
printf_c("\033[1;32mInspire Internet Relay Chat Server, compiled %s at %s\n",__DATE__,__TIME__);
|
||||||
printf_c("(C) InspIRCd Development Team.\033[0m\n\n");
|
printf_c("(C) InspIRCd Development Team.\033[0m\n\n");
|
||||||
printf_c("Developers:\n");
|
printf_c("Developers:\n");
|
||||||
printf_c("\t\033[1;32mBrain, FrostyCoolSlug, w00t, Om, Special\n");
|
printf_c("\t\033[1;32mBrain, FrostyCoolSlug, w00t, Om, Special, peavey\n");
|
||||||
printf_c("\t\033[1;32mpeavey, aquanight, psychon, dz, danieldg\033[0m\n\n");
|
printf_c("\t\033[1;32maquanight, psychon, dz, danieldg, jackmcbarn\033[0m\n\n");
|
||||||
printf_c("Others:\t\t\t\033[1;32mSee /INFO Output\033[0m\n");
|
printf_c("Others:\t\t\t\033[1;32mSee /INFO Output\033[0m\n");
|
||||||
|
|
||||||
this->Modes = new ModeParser;
|
this->Modes = new ModeParser;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user