Subversion Repositories IRC-Archiver

Rev

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

Rev 20 Rev 23
Line 1... Line 1...
1
/* $Id: bot.c 20 2024-08-30 08:30:21Z nishi $ */
1
/* $Id: bot.c 23 2024-09-01 01:18:47Z 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 21... Line 21...
21
 
21
 
22
#include <sys/socket.h>
22
#include <sys/socket.h>
23
#include <netinet/tcp.h>
23
#include <netinet/tcp.h>
24
#include <arpa/inet.h>
24
#include <arpa/inet.h>
25
 
25
 
-
 
26
#ifdef __FreeBSD__
-
 
27
#include <netinet/in.h>
-
 
28
#endif
-
 
29
 
26
#define IRCARC_VERSION "1.01"
30
#define IRCARC_VERSION "1.01"
27
 
31
 
28
const char* ircarc_version = IRCARC_VERSION;
32
const char* ircarc_version = IRCARC_VERSION;
29
 
33
 
30
int ia_sock;
34
int ia_sock;