mirror of
https://github.com/anope/anope.git
synced 2026-07-04 05:53:12 +02:00
7 lines
127 B
C
7 lines
127 B
C
#ifndef OPERSERV_H
|
|
#define OPERSERV_H
|
|
|
|
static ServiceReference<BotInfo> OperServ("BotInfo", "OperServ");
|
|
|
|
#endif // OPERSERV_H
|