mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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
@ -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);
|
cannot_join(server, data, IRCTXT_JOINERROR_BAD_MASK);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void event_477(IRC_SERVER_REC *server, const char *data,
|
static void event_477(IRC_SERVER_REC *server, const char *data, const char *nick)
|
||||||
const char *nick)
|
|
||||||
{
|
{
|
||||||
/* Numeric 477 can mean many things:
|
/* Numeric 477 can mean many things:
|
||||||
* modeless channel, cannot join/send to channel (+r/+R/+M).
|
* modeless channel, cannot join/send to channel (+r/+R/+M).
|
||||||
|
Loading…
Reference in New Issue
Block a user