mirror of
https://github.com/anope/anope.git
synced 2026-07-02 15:33:13 +02:00
7 lines
127 B
C
7 lines
127 B
C
#ifndef CHANSERV_H
|
|
#define CHANSERV_H
|
|
|
|
static ServiceReference<BotInfo> ChanServ("BotInfo", "ChanServ");
|
|
|
|
#endif // CHANSERV_H
|