1
0
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:
Adam
2011-08-09 01:56:08 -04:00
parent 776583a665
commit cb7435982c
+1 -1
View File
@@ -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);