diff options
| author | 2008-07-12 21:52:28 +0000 | |
|---|---|---|
| committer | 2008-07-12 21:52:28 +0000 | |
| commit | 97ef4d2d75c8a6df9f4a0383365c55ae4ea9cb22 (patch) | |
| tree | ca7c9e9bd3e844f8cb5297f42958e1682b10b0e8 /include | |
| parent | peavey already fixed this with climits include, remove limits.h. Keep the war... (diff) | |
| download | inspircd++-97ef4d2d75c8a6df9f4a0383365c55ae4ea9cb22.tar.gz inspircd++-97ef4d2d75c8a6df9f4a0383365c55ae4ea9cb22.tar.bz2 inspircd++-97ef4d2d75c8a6df9f4a0383365c55ae4ea9cb22.zip | |
Remove a slightly odd comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9997 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/inspircd.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 61bc3c33f..dbbd8ba01 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -274,12 +274,7 @@ class CoreExport ConfigReaderThread : public Thread * classbase. Amongst other things, it contains a ModeParser, * a DNS object, a CommandParser object, and a list of active * Module objects, and facilities for Module objects to - * interact with the core system it implements. You should - * NEVER attempt to instantiate a class of type InspIRCd - * yourself. If you do, this is equivalent to spawning a second - * IRC server, and could have catastrophic consequences for the - * program in terms of ram usage (basically, you could create - * an obese forkbomb built from recursively spawning irc servers!) + * interact with the core system it implements. */ class CoreExport InspIRCd : public classbase { |
