From 22738bad54cb5fba35f31e545d2489ab1f2de5bd Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Wed, 28 Sep 2011 13:31:19 -0400 Subject: Move my name from regular contributors to developers --- src/commands/cmd_info.cpp | 21 +++++++++++---------- src/inspircd.cpp | 4 ++-- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/commands/cmd_info.cpp b/src/commands/cmd_info.cpp index 012a5bf81..e0ad65bda 100644 --- a/src/commands/cmd_info.cpp +++ b/src/commands/cmd_info.cpp @@ -44,16 +44,17 @@ static const char* const lines[] = { " November 2002 - Present", " ", "\2Core Developers\2:", - " Craig Edwards, Brain, ", - " Craig McLure, Craig, ", - " Robin Burchell, w00t, ", - " Oliver Lupton, Om, ", - " John Brooks, Special, ", - " Dennis Friis, peavey, ", - " Thomas Stagner, aquanight, ", - " Uli Schlachter, psychon, ", - " Matt Smith, dz, ", - " Daniel De Graaf, danieldg, ", + " Craig Edwards, Brain, ", + " Craig McLure, Craig, ", + " Robin Burchell, w00t, ", + " Oliver Lupton, Om, ", + " John Brooks, Special, ", + " Dennis Friis, peavey, ", + " Thomas Stagner, aquanight, ", + " Uli Schlachter, psychon, ", + " Matt Smith, dz, ", + " Daniel De Graaf, danieldg, ", + " jackmcbarn, ", " ", "\2Regular Contributors\2:", " Majic MacGyver Namegduf Ankit", diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 2ac844bb6..86223ae95 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -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("(C) InspIRCd Development Team.\033[0m\n\n"); printf_c("Developers:\n"); - printf_c("\t\033[1;32mBrain, FrostyCoolSlug, w00t, Om, Special\n"); - printf_c("\t\033[1;32mpeavey, aquanight, psychon, dz, danieldg\033[0m\n\n"); + printf_c("\t\033[1;32mBrain, FrostyCoolSlug, w00t, Om, Special, peavey\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"); this->Modes = new ModeParser; -- cgit v1.2.3