mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-31 17:49:11 +00:00
Fix spelling
This commit is contained in:
parent
6dc5471a75
commit
a9ffbdea3f
@ -69,7 +69,7 @@ IRC_METADATA(CLIENT *Client, REQUEST *Req)
|
|||||||
Client_ID(prefix), Client_ID(target),
|
Client_ID(prefix), Client_ID(target),
|
||||||
Req->argv[1], Req->argv[2]);
|
Req->argv[1], Req->argv[2]);
|
||||||
|
|
||||||
/* Mark client: it has receiveda a METADATA command */
|
/* Mark client: it has received a METADATA command */
|
||||||
if (!Client_HasFlag(target, 'M')) {
|
if (!Client_HasFlag(target, 'M')) {
|
||||||
snprintf(new_flags, sizeof new_flags, "%sM",
|
snprintf(new_flags, sizeof new_flags, "%sM",
|
||||||
Client_Flags(target));
|
Client_Flags(target));
|
||||||
|
Loading…
Reference in New Issue
Block a user