Subversion Repositories IRC-Archiver

Rev

Rev 15 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15 Rev 17
Line 1... Line 1...
1
/* $Id: bot.c 15 2024-08-30 08:02:46Z nishi $ */
1
/* $Id: bot.c 17 2024-08-30 08:22:50Z nishi $ */
2
 
2
 
3
#include "ia_bot.h"
3
#include "ia_bot.h"
4
 
4
 
5
#include "ia_util.h"
5
#include "ia_util.h"
6
#include "ia_db.h"
6
#include "ia_db.h"
Line 13... Line 13...
13
#include <stdbool.h>
13
#include <stdbool.h>
14
#include <stdlib.h>
14
#include <stdlib.h>
15
#include <stdio.h>
15
#include <stdio.h>
16
#include <time.h>
16
#include <time.h>
17
#include <string.h>
17
#include <string.h>
-
 
18
#include <strings.h>
18
#include <unistd.h>
19
#include <unistd.h>
19
 
20
 
20
#include <sys/socket.h>
21
#include <sys/socket.h>
21
#include <netinet/tcp.h>
22
#include <netinet/tcp.h>
22
#include <arpa/inet.h>
23
#include <arpa/inet.h>