Skip to content

Commit

Permalink
Bugfix for bug #101 being as the fix was just one simple line :)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3751 e03df62e-2008-0410-955e-edbf42e46eb7
  • Loading branch information
braindigitalis committed Mar 25, 2006
1 parent defe8a0 commit 3a8f99c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/inspircd.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 3a8f99c

Please sign in to comment.