# HG changeset patch # User Stu Tomlinson # Date 1129339079 0 # Node ID 3c116b4e73b790e7a8c61cebdef21ee804c504ba # Parent 7568b126ffd5df6501c97f8a71cb86247c97bbf2 [gaim-migrate @ 13952] I thought this would be a really good idea, some people in #gaim also liked it. Then deryni mentioned something about an assert() in main, and I felt like I could've come up with something more interesting. Maybe I'll spend the next few months coming up with more exciting ways to prevent people from using Gaim while everyone else gets some real work done? committer: Tailor Script diff -r 7568b126ffd5 -r 3c116b4e73b7 src/internal.h --- a/src/internal.h Sat Oct 15 00:58:37 2005 +0000 +++ b/src/internal.h Sat Oct 15 01:17:59 2005 +0000 @@ -110,6 +110,10 @@ # include #endif +#ifndef I_KNOW_I_SHOULD_NOT_SEEK_HELP_WITH_GAIM_CVS +#error You are using Gaim CVS. Do not seek help. Do not pass Go. Do not collect Gaim 2.0.0. +#endif + #ifndef MAXPATHLEN # define MAXPATHLEN 1024 #endif