mirror of
https://github.com/anope/anope.git
synced 2026-06-28 01:56:38 +02:00
7 lines
127 B
C
7 lines
127 B
C
#ifndef HOSTSERV_H
|
|
#define HOSTSERV_H
|
|
|
|
static ServiceReference<BotInfo> HostServ("BotInfo", "HostServ");
|
|
|
|
#endif // HOSTSERV_H
|