mirror of
https://github.com/anope/anope.git
synced 2026-07-03 18:43:12 +02:00
d33a0f75a5
cleanup, and allow protocol mods to depend on each other
7 lines
93 B
C
7 lines
93 B
C
#ifndef BOTSERV_H
|
|
#define BOTSERV_H
|
|
|
|
static Reference<BotInfo> BotServ;
|
|
|
|
#endif // BOTSERV_H
|