mirror of
https://github.com/anope/anope.git
synced 2026-06-26 12:36:38 +02:00
Fixed a typo in init.cpp
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user