mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
make git-clang-format check happy
modified: src/fe-common/irc/fe-events-numeric.c
This commit is contained in:
parent
28768e40a3
commit
1fef8f82a5
1 changed files with 1 additions and 2 deletions
|
|
@ -511,8 +511,7 @@ static void event_bad_channel_mask(IRC_SERVER_REC *server, const char *data)
|
|||
cannot_join(server, data, IRCTXT_JOINERROR_BAD_MASK);
|
||||
}
|
||||
|
||||
static void event_477(IRC_SERVER_REC *server, const char *data,
|
||||
const char *nick)
|
||||
static void event_477(IRC_SERVER_REC *server, const char *data, const char *nick)
|
||||
{
|
||||
/* Numeric 477 can mean many things:
|
||||
* modeless channel, cannot join/send to channel (+r/+R/+M).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue