diff options
Diffstat (limited to 'message.c')
| -rw-r--r-- | message.c | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -416,7 +416,8 @@ int processservermessage(SSL *server_ssl, char *str, struct client *clients, int          writereplayline(str, settings->basedir);        } -      // TODO - Is there a way to log nick changes to the normal log despite not tracking channels or nicks in each channel? +      // TODO - Is there a way to log nick changes to the normal log despite not tracking nicks in each channel? +      // (We do track channel names themselves.)        free(svrprefixcopy);        return 1;  | 
