From 91e46e23711515ab0685afa939d0ad33fcf7f6c7 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 20 May 2007 22:53:57 +0000 Subject: - Comment on the ifdef in here, to avoid people (like myself) going 'what the fuck'. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7081 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_watch.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/m_watch.cpp') diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp index a8575dd98..4aeead214 100644 --- a/src/modules/m_watch.cpp +++ b/src/modules/m_watch.cpp @@ -61,6 +61,10 @@ * of users using WATCH. */ +/* + * Before you start screaming, this definition is only used here, so moving it to a header is pointless. + * Yes, it's horrid. Blame cl for being different. -- w00t + */ #ifdef WINDOWS typedef nspace::hash_map, nspace::hash_compare > > watchentries; #else -- cgit v1.2.3