degesch: fix typo
This commit is contained in:
parent
0757ce424c
commit
57413d53a4
|
@ -4245,7 +4245,7 @@ irc_handle_quit (struct server *s, const struct irc_message *msg)
|
||||||
.reason = irc_to_utf8 (s->ctx, message));
|
.reason = irc_to_utf8 (s->ctx, message));
|
||||||
|
|
||||||
// TODO: set some kind of a flag in the buffer and when the user
|
// TODO: set some kind of a flag in the buffer and when the user
|
||||||
// reappers on a channel (JOIN), log a "is back online" message.
|
// reappears on a channel (JOIN), log a "is back online" message.
|
||||||
// Also set this flag when we receive a "no such nick" numeric
|
// Also set this flag when we receive a "no such nick" numeric
|
||||||
// and reset it when we send something to the buffer.
|
// and reset it when we send something to the buffer.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue