diff options
author | Jackmcbarn <jackmcbarn@jackmcbarn.no-ip.org> | 2011-09-28 13:31:19 -0400 |
---|---|---|
committer | Jackmcbarn <jackmcbarn@jackmcbarn.no-ip.org> | 2011-09-28 13:31:19 -0400 |
commit | 22738bad54cb5fba35f31e545d2489ab1f2de5bd (patch) | |
tree | 4354e65ab0bab3e6a342e3ca4e0a0eacba52262d /src/inspircd.cpp | |
parent | 418b77dd9d87600cefa74cac38f4becc4c98a026 (diff) |
Move my name from regular contributors to developers
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |