DALnet / bahamut-sample-modules

Sample modules for bahamut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bahamut-sample-modules

Sample modules for bahamut

Please note

These modules are sample modules and are NOT used on the DALnet IRC Network.

drone-module.c - Sample Anti Drone Module

Compile with: gcc -I/path/to/bahamut/include -o drone-module.so -shared -g -O3 -fPIC drone-module.c

uhm-module.c - Sample UHM (User Host-Masking) Module

Compile with: gcc -I/path/to/bahamut/include -o uhm-module.so -shared -g -O3 -fPIC uhm-module.c

License

See LICENSE file.

About

Sample modules for bahamut

License:Other


Languages

Language:C 95.5%Language:Makefile 4.5%