Fixed incorrect comment on server->encoding.

This commit is contained in:
Arnavion 2015-01-18 02:27:38 -08:00
parent d1897c1602
commit b783c827c8
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ typedef struct server
time_t ping_recv; /* when we last got a ping reply */ time_t ping_recv; /* when we last got a ping reply */
time_t away_time; /* when we were marked away */ time_t away_time; /* when we were marked away */
char *encoding; /* NULL for system */ char *encoding;
GSList *favlist; /* list of channels & keys to join */ GSList *favlist; /* list of channels & keys to join */
unsigned int motd_skipped:1; unsigned int motd_skipped:1;