mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
make clang-format happy about the code i added, instead of the code above it.
modified: src/fe-common/irc/fe-events-numeric.c
This commit is contained in:
parent
451e3692b2
commit
214c7ad7da
1 changed files with 1 additions and 2 deletions
|
|
@ -530,8 +530,7 @@ static void event_477(IRC_SERVER_REC *server, const char *data, const char *nick
|
||||||
g_free(params);
|
g_free(params);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void event_489(IRC_SERVER_REC *server, const char *data,
|
static void event_489(IRC_SERVER_REC *server, const char *data, const char *nick)
|
||||||
const char *nick)
|
|
||||||
{
|
{
|
||||||
/* Numeric 489 can mean one of two things things:
|
/* Numeric 489 can mean one of two things things:
|
||||||
* cannot join to channel (secure only), or not chanop or voice.
|
* cannot join to channel (secure only), or not chanop or voice.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue