]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Forward port of CullList and my bragging rights
authorspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 29 Jun 2006 15:35:42 +0000 (15:35 +0000)
committerspecial <special@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 29 Jun 2006 15:35:42 +0000 (15:35 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4087 e03df62e-2008-0410-955e-edbf42e46eb7

src/cull_list.cpp
src/inspircd.cpp

index 00c9161994385789f354aa5f9d4904eae6e9685a..1acdd4517ee0c8c80e96f1ab76e7087d0362a612 100644 (file)
@@ -128,7 +128,7 @@ void CullList::AddItem(userrec* user, const char* reason)
 
 int CullList::Apply()
 {
-       int n = 0;
+       int n = list.size();
        while (list.size())
        {
                std::vector<CullItem>::iterator a = list.begin();
index 80c80a1cf6cdcddc65ab84192ba3b4a56cd6a8a2..34ce45e1483fb55f25f24cc10922478eb275576b 100644 (file)
@@ -145,7 +145,7 @@ void 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\033[0m\n");
+       printf("Developers:\t\t\033[1;32mBrain, FrostyCoolSlug, w00t, Om, Special\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");
 }