diff options
| author | 2006-11-09 17:55:24 +0000 | |
|---|---|---|
| committer | 2006-11-09 17:55:24 +0000 | |
| commit | be13a29ad064e34e68ac06542e6fba08b6d4b62a (patch) | |
| tree | 9de490f69bd850c84c9e7f3716b2dfb6593a1269 /src/inspircd.cpp | |
| parent | Patch from peavey to fix GCC3.3 crash correctly, without breaking other stuff... (diff) | |
| download | inspircd++-be13a29ad064e34e68ac06542e6fba08b6d4b62a.tar.gz inspircd++-be13a29ad064e34e68ac06542e6fba08b6d4b62a.tar.bz2 inspircd++-be13a29ad064e34e68ac06542e6fba08b6d4b62a.zip | |
Move peaveydk to core developers, jamie to contributors as he appears to be AWOL. Well done, peavey. :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5664 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index e7e6c9aad..1b636bc87 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -86,7 +86,7 @@ void InspIRCd::Start() { printf("\033[1;32mInspire Internet Relay Chat Server, compiled %s at %s\n",__DATE__,__TIME__); printf("(C) ChatSpike Development team.\033[0m\n\n"); - printf("Developers:\t\t\033[1;32mBrain, FrostyCoolSlug, w00t, Om, Special, pippijn, jamie\033[0m\n"); + printf("Developers:\t\t\033[1;32mBrain, FrostyCoolSlug, w00t, Om, Special, pippijn, peavey\033[0m\n"); printf("Others:\t\t\t\033[1;32mSee /INFO Output\033[0m\n"); printf("Name concept:\t\t\033[1;32mLord_Zathras\033[0m\n\n"); } |
