mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
new name after fork
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "hexchat.h"
|
||||
#include "zoitechat.h"
|
||||
#include "ignore.h"
|
||||
#include "cfgfiles.h"
|
||||
#include "fe.h"
|
||||
#include "text.h"
|
||||
#include "util.h"
|
||||
#include "hexchatc.h"
|
||||
#include "zoitechatc.h"
|
||||
#include "typedef.h"
|
||||
|
||||
|
||||
@@ -280,7 +280,7 @@ ignore_load ()
|
||||
char *cfg, *my_cfg;
|
||||
int fh;
|
||||
|
||||
fh = hexchat_open_file ("ignore.conf", O_RDONLY, 0, 0);
|
||||
fh = zoitechat_open_file ("ignore.conf", O_RDONLY, 0, 0);
|
||||
if (fh != -1)
|
||||
{
|
||||
fstat (fh, &st);
|
||||
@@ -311,7 +311,7 @@ ignore_save ()
|
||||
GSList *temp = ignore_list;
|
||||
struct ignore *ig;
|
||||
|
||||
fh = hexchat_open_file ("ignore.conf", O_TRUNC | O_WRONLY | O_CREAT, 0600, XOF_DOMODE);
|
||||
fh = zoitechat_open_file ("ignore.conf", O_TRUNC | O_WRONLY | O_CREAT, 0600, XOF_DOMODE);
|
||||
if (fh != -1)
|
||||
{
|
||||
while (temp)
|
||||
|
||||
Reference in New Issue
Block a user