Skip to content

Commit

Permalink
m_whois: restore original multi-prefix behavior
Browse files Browse the repository at this point in the history
The original behavior has existed since before git history, and has no 
known impact on clients that exist today.

This reverts commit 746ced2
  • Loading branch information
dwfreed authored and spb committed Jun 12, 2024
1 parent 484fd90 commit 0c59c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/m_whois.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ single_whois(struct Client *source_p, struct Client *target_p, int operspy)
{
send_multiline_item(source_p, "%s%s%s",
hdata_vis.approved ? "" : "!",
find_channel_status(mt, 0),
find_channel_status(mt, 1),
chptr->chname);
}
}
Expand Down

0 comments on commit 0c59c5b

Please sign in to comment.