Rebranding

This commit is contained in:
Berke Viktor
2012-11-11 13:51:50 +01:00
parent 4c1f2b93d0
commit 348c6ba919
6 changed files with 9 additions and 9 deletions

View File

@@ -499,7 +499,7 @@ chanlist_filereq_done (server *serv, char *file)
if (fh == -1)
return;
snprintf (buf, sizeof buf, "XChat Channel List: %s - %s\n",
snprintf (buf, sizeof buf, "HexChat Channel List: %s - %s\n",
serv->servername, ctime (&t));
write (fh, buf, strlen (buf));