summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-03-20 17:55:18 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-03-20 17:55:18 +0000
commit0b7da31bd728bbf63787deeeb6052fd3a1ace4b5 (patch)
tree4d794ade647f551b8aae50bd5eb251a292605a12 /src
parentfc3d3c9c211b0e63120c1349df27ab8df7aacd7d (diff)
- send.c:send_message_remote(): replace ID(&to) with ID(to) as spotted by Adam
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3185 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index fff1df5..dd39735 100644
--- a/src/send.c
+++ b/src/send.c
@@ -165,7 +165,7 @@ send_message_remote(struct Client *to, struct Client *from,
sendto_server(NULL, CAP_TS6, NOCAPS,
":%s KILL %s :%s (%s[%s@%s] Ghosted %s)",
- me.id, ID(&to), me.name, to->name,
+ me.id, ID(to), me.name, to->name,
to->username, to->host, to->from->name);
sendto_server(NULL, NOCAPS, CAP_TS6,
":%s KILL %s :%s (%s[%s@%s] Ghosted %s)",