degesch: fix typo

This commit is contained in:
Přemysl Eric Janouch 2015-06-01 21:46:44 +02:00
parent 0757ce424c
commit 57413d53a4
1 changed files with 1 additions and 1 deletions

View File

@ -4245,7 +4245,7 @@ irc_handle_quit (struct server *s, const struct irc_message *msg)
.reason = irc_to_utf8 (s->ctx, message));
// 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
// and reset it when we send something to the buffer.
}