Replace parv[0] with source_p->name.
This commit is contained in:
parent
0a849a8fa9
commit
3dfaa67120
8 changed files with 18 additions and 18 deletions
|
@ -148,7 +148,7 @@ ms_squit(struct Client *client_p, struct Client *source_p, int parc, const char
|
|||
":%s WALLOPS :Remote SQUIT %s from %s (%s)",
|
||||
me.id, target_p->name, source_p->name, comment);
|
||||
|
||||
ilog(L_SERVER, "SQUIT From %s : %s (%s)", parv[0], target_p->name, comment);
|
||||
ilog(L_SERVER, "SQUIT From %s : %s (%s)", source_p->name, target_p->name, comment);
|
||||
}
|
||||
exit_client(client_p, target_p, source_p, comment);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue