]> jfr.im git - irc/quakenet/newserv.git/commit
Factored out the ban code into a separate module.
authorsplidge <redacted>
Sat, 2 Jun 2007 11:24:48 +0000 (12:24 +0100)
committersplidge <redacted>
Sat, 2 Jun 2007 11:24:48 +0000 (12:24 +0100)
commit11032584423048214c31581645fdd386a7c84f91
treef0919554dfa8812e1af956cf106b80e42d7012c3
parentc5373bb8e67046ed6b68826cdbfd1f5376ac2ce1
Factored out the ban code into a separate module.

This allows modules that want to use the chanban structure to represent bans
to work without the channel module being loaded.
bans/Makefile [new file with mode: 0644]
bans/bans.c [new file with mode: 0644]
bans/bans.h [new file with mode: 0644]
channel/channel.c
channel/channel.h
channel/channelalloc.c
channel/channelbans.c