mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-28 15:56:37 +02:00
5849092137
with a new module API. Is currently not autoconf'ied, makefile'ed, etc. May the screaming commence.
12 lines
86 B
Awk
12 lines
86 B
Awk
{
|
|
if ($1 == "@use")
|
|
{
|
|
printf "#include \"%s.h\"\n", $2
|
|
}
|
|
else
|
|
{
|
|
print
|
|
}
|
|
}
|
|
|