1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 01:23:12 +02:00

- SID command: ensure we use non-SID name as origin on SERVER message (since it's for backwards compat)

This commit is contained in:
William Pitcock
2013-05-21 07:46:27 +00:00
parent 1853eaeeae
commit 2ccaea07b5
+1 -1
View File
@@ -618,7 +618,7 @@ CMD_FUNC(m_server_remote)
}
sendto_server(cptr, 0, *acptr->id ? PROTO_SID : 0, ":%s SERVER %s %d :%s",
parv[0],
acptr->srvptr->name,
acptr->name, hop + 1, acptr->info);
RunHook(HOOKTYPE_POST_SERVER_CONNECT, acptr);