diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-22 19:53:23 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-22 19:53:23 +0000 |
commit | ab6a7318e36bd8e0a259cd9eef3694a0f0e8684a (patch) | |
tree | c7b1a23d234224b6be12eb6f73501d73c85b6c74 /src/command_parse.cpp | |
parent | 6ded0e838fa1b173b4a37bc0369dc0f640b4c1ca (diff) |
Remove the need for a bunch of the hard coded arrays/hashes by scanning the src/ dir for tag comments, like in modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8307 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index fdc36d26c..a10a19fb9 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -11,6 +11,8 @@ * --------------------------------------------------- */ +/* $Core: libIRCDcommand_parse */ + #include "inspircd.h" #include "wildcard.h" #include "xline.h" |