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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user