diff options
author | Adam <Adam@anope.org> | 2011-08-09 01:56:08 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-09 01:56:08 -0400 |
commit | cb7435982c0e04268439f38fb4341ecbe338b625 (patch) | |
tree | a6f39046fc6b3a6b3861cee07f2580c3bed2ce75 /src/init.cpp | |
parent | 776583a665fdc1b98b66266f6649865d27337a28 (diff) |
Fixed a typo in init.cpp
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 1a5293f37..d02be3eb6 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -403,7 +403,7 @@ void Init(int ac, char **av) else if (ModuleManager::FindFirstOf(ENCRYPTION) == NULL) throw FatalException("You must load at least one encryption module"); - if (ircd->ts6 && Config->Numeric.empty()); + if (ircd->ts6 && Config->Numeric.empty()) { Anope::string numeric = ts6_sid_retrieve(); Me->SetSID(numeric); |