diff options
| author | 2005-05-15 22:58:24 +0000 | |
|---|---|---|
| committer | 2005-05-15 22:58:24 +0000 | |
| commit | ab01aaeeee9aed655df2eec2522072233fe3aa57 (patch) | |
| tree | ba5f3d6f130e6363491afe8d2d1808c8033a8878 /src/modules/m_timedbans.cpp | |
| parent | Changed to use __single_client_alloc, supposedly faster in single-thread situ... (diff) | |
Changed to use __single_client_alloc, faster on most systems in a single thread
Specified namespace std in *all* files
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_timedbans.cpp')
| -rw-r--r-- | src/modules/m_timedbans.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/modules/m_timedbans.cpp b/src/modules/m_timedbans.cpp index c0511838c..884a029b9 100644 --- a/src/modules/m_timedbans.cpp +++ b/src/modules/m_timedbans.cpp @@ -14,12 +14,9 @@ * --------------------------------------------------- */ -/* $ModDesc: Adds timed bans */ +using namespace std; -/* - * ToDo: - * Err... not a lot really. - */ +/* $ModDesc: Adds timed bans */ #include <stdio.h> #include <vector> |
