diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-25 12:10:39 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-25 12:10:39 +0000 |
commit | 3a8f99c0573756ae8235dd2a1bc07c73797e2821 (patch) | |
tree | eba3877ea2b3160ce0262f04e5f9e5cf903a0da9 /src/inspircd.cpp | |
parent | defe8a08990319d19931413fade9b70605b944a3 (diff) |
Bugfix for bug #101 being as the fix was just one simple line :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3751 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index bf124164a..73b27dbe8 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -794,6 +794,9 @@ int InspIRCd::Run() LoadAllModules(this); + /* Just in case no modules were loaded - fix for bug #101 */ + this->BuildISupport(); + printf("\nInspIRCd is now running!\n"); if (!Config->nofork) |