This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/include/config.h
2023-08-02 09:09:34 -06:00

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