10 lines
149 B
C
10 lines
149 B
C
|
#ifndef CONFIG_H_
|
||
|
|
||
|
#define SERVER "irc.rizon.net"
|
||
|
#define PORT 6667
|
||
|
#define CHANNEL "#/g/chad"
|
||
|
#define USERNAME "probotic"
|
||
|
|
||
|
#define CONFIG_H_
|
||
|
#endif
|