mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-01 01:06:38 +02:00
5849092137
with a new module API. Is currently not autoconf'ied, makefile'ed, etc. May the screaming commence.
8 lines
155 B
Awk
8 lines
155 B
Awk
{
|
|
if ($1 == "@use")
|
|
{
|
|
printf "\tif (!Velcro::instanceOf().dependsOnModule(\"%s\", \"%s\"))\n", Module, $2
|
|
printf "\t\t{ *ret = -1; return; }\n"
|
|
}
|
|
}
|