aboutsummaryrefslogtreecommitdiffstats
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar w00t2009-01-27 21:01:02 +0000
committerGravatar w00t2009-01-27 21:01:02 +0000
commitdff3873d1bc380633fe998d70d87edd6a0d8f09b (patch)
treec756808ab37368995a153863db0f64fb2d6cd4a3 /src/inspircd.cpp
parentFix the poll socketengine to actually work. (diff)
downloadinspircd++-dff3873d1bc380633fe998d70d87edd6a0d8f09b.tar.gz
inspircd++-dff3873d1bc380633fe998d70d87edd6a0d8f09b.tar.bz2
inspircd++-dff3873d1bc380633fe998d70d87edd6a0d8f09b.zip
Credits updates.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11009 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 2555ff25d..a7ff7f47f 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -534,7 +534,7 @@ InspIRCd::InspIRCd(int argc, char** argv)
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;32mpippijn, peavey, aquanight, fez, psychon, dz\033[0m\n\n");
+ printf_c("\t\033[1;32mpeavey, aquanight, psychon, dz, danieldg\033[0m\n\n");
printf_c("Others:\t\t\t\033[1;32mSee /INFO Output\033[0m\n");
Config->ClearStack();