diff options
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. } |