]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/userprocess.cpp
Make irc::spacify take 'const char*' instead of 'char*'
[user/henk/code/inspircd.git] / src / userprocess.cpp
index 6389d996e7a8ffbbc28de6ea64b62c1bd90a2832..1e21c065d199abc8c08114cbf4283782dda4821b 100644 (file)
@@ -2,22 +2,15 @@
  *       | Inspire Internet Relay Chat Daemon |
  *       +------------------------------------+
  *
- *  InspIRCd is copyright (C) 2002-2006 ChatSpike-Dev.
- *                       E-mail:
- *                <brain@chatspike.net>
- *                <Craig@chatspike.net>
+ *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * See: http://www.inspircd.org/wiki/index.php/Credits
  *
- * Written by Craig Edwards, Craig McLure, and others.
  * This program is free but copyrighted software; see
  *            the file COPYING for details.
  *
  * ---------------------------------------------------
  */
 
-/* Now with added unF! ;) */
-
-using namespace std;
-
 #include "configreader.h"
 #include "users.h"
 #include "modules.h"
@@ -326,12 +319,6 @@ void InspIRCd::DoBackgroundUserStuff(time_t TIME)
                                        if ((curr->registered == REG_ALL) && (next_call > curr->nping))
                                                next_call = curr->nping;
                                }
-       
-                               /*
-                                * We can flush the write buffer as the last thing we do, because if they
-                                * match any of the above conditions its no use flushing their buffer anyway.
-                                */
-                               //curr->FlushWriteBuf();
                        }
                }