mirror of
https://github.com/anope/anope.git
synced 2026-06-28 05:56:37 +02:00
7 lines
122 B
C
7 lines
122 B
C
#ifndef BOTSERV_H
|
|
#define BOTSERV_H
|
|
|
|
static ServiceReference<BotInfo> BotServ("BotInfo", "BotServ");
|
|
|
|
#endif // BOTSERV_H
|