diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 10:38:28 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 10:38:28 +0000 |
commit | ec126582ac8a9c63adb9fa9d47033ef0511ec4e3 (patch) | |
tree | 68a235eba6ae3933983be0db101a382d425d26ef /src/inspircd.cpp | |
parent | bbf2543844cf3963a7919062798ce36d5866ecc2 (diff) |
Moved more command parsing stuff to CommandParser
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2514 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 38f35aa39..aee1666d0 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -97,7 +97,6 @@ CommandParser *Parser = new CommandParser; user_hash clientlist; chan_hash chanlist; whowas_hash whowas; -command_table cmdlist; servernamelist servernames; char lowermap[255]; |