From 206e3b49c7bfe3e8a7ca972103fe9e30feb3a86a Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 19 May 2007 17:36:26 +0000 Subject: SPACE INDENTING ACTION RANGERS -- ATTACK! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7048 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_watch.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/modules/m_watch.cpp') diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index ef0f897d2..a8575dd98 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -62,11 +62,11 @@ */ #ifdef WINDOWS -typedef nspace::hash_map, nspace::hash_compare > > watchentries; +typedef nspace::hash_map, nspace::hash_compare > > watchentries; #else -typedef nspace::hash_map, nspace::hash > watchentries; +typedef nspace::hash_map, nspace::hash > watchentries; #endif -typedef std::map watchlist; +typedef std::mapwatchlist; /* Who's watching each nickname. * NOTE: We do NOT iterate this to display a user's WATCH list! @@ -372,15 +372,15 @@ class Modulewatch : public Module virtual void OnGarbageCollect() { watchentries* old_watch = whos_watching_me; - whos_watching_me = new watchentries(); + whos_watching_me = new watchentries(); for (watchentries::const_iterator n = old_watch->begin(); n != old_watch->end(); n++) whos_watching_me->insert(*n); - delete old_watch; + delete old_watch; } - virtual void OnCleanup(int target_type, void* item) + virtual void OnCleanup(int target_type, void* item) { if (target_type == TYPE_USER) { -- cgit v1.3.1-10-gc9f91