diff options
| author | 2005-12-16 10:22:16 +0000 | |
|---|---|---|
| committer | 2005-12-16 10:22:16 +0000 | |
| commit | f7be9d31e0004f11720da9db858710ff9f3eab5e (patch) | |
| tree | e281877504771104c1d677575ae7accd818e5add /src/inspircd.cpp | |
| parent | Made remove_commands public (diff) | |
| download | inspircd++-f7be9d31e0004f11720da9db858710ff9f3eab5e.tar.gz inspircd++-f7be9d31e0004f11720da9db858710ff9f3eab5e.tar.bz2 inspircd++-f7be9d31e0004f11720da9db858710ff9f3eab5e.zip | |
Moved command_parse functions into class CommandParser
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2510 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 64a55ecd2..38f35aa39 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -92,6 +92,7 @@ userrec* fd_ref_table[65536]; serverstats* stats = new serverstats; Server* MyServer = new Server; ServerConfig *Config = new ServerConfig; +CommandParser *Parser = new CommandParser; user_hash clientlist; chan_hash chanlist; |
