mirror of
https://github.com/anope/anope.git
synced 2026-07-08 18:03:13 +02:00
Core prep for p10 stuff
This commit is contained in:
+1
-1
@@ -527,7 +527,7 @@ void Anope::Init(int ac, char **av)
|
||||
/* Auto assign sid if applicable */
|
||||
if (IRCD->RequiresID)
|
||||
{
|
||||
Anope::string sid = Servers::TS6_SID_Retrieve();
|
||||
Anope::string sid = IRCD->SID_Retrieve();
|
||||
if (Me->GetSID() == Me->GetName())
|
||||
Me->SetSID(sid);
|
||||
for (botinfo_map::iterator it = BotListByNick->begin(), it_end = BotListByNick->end(); it != it_end; ++it)
|
||||
|
||||
Reference in New Issue
Block a user