aboutsummaryrefslogtreecommitdiff
path: root/conf.h
blob: c405d11e68fab00666807c4e0db2ce077899c337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef conf_h_INCLUDED
#define conf_h_INCLUDED

#ifdef LOCAL
	#define HOST "0.0.0.0"
	#define PORT "6971"
	#define SOCKETNAME "bees.sock"
	#define SOCKETGROUP "cdrom"
#else
	#define HOST "ubq323.website"
	#define PORT "6667"
	#define SOCKETNAME "/srv/apiobot/bees.sock"
	#define SOCKETGROUP "apionet"
#endif


#define NICK "Bee"
#define USERNAME "apiobot"
#define REALNAME "apiobot"
#define CHANNEL "#a"


#endif // conf_h_INCLUDED