]> jfr.im git - solanum.git/commit - ircd/chmode.c
Add propagation of MLOCK state for simple modes.
authorWilliam Pitcock <redacted>
Mon, 8 Mar 2010 05:13:39 +0000 (23:13 -0600)
committerWilliam Pitcock <redacted>
Mon, 8 Mar 2010 05:13:39 +0000 (23:13 -0600)
commit8727cbe88a9f0095ee19ff7e50374af6bf230b1f
tree2828959da83cf7788f551a571dd7c9062022b642
parentb99c9ae0bf0873af27f49b22058c61cbb8b01676
Add propagation of MLOCK state for simple modes.
Special modes like +j can be tracked easily just by adding the necessary
code to parse them to set_channel_mlock().  This will cover propagation
as well.
include/channel.h
modules/core/m_mode.c
src/channel.c
src/chmode.c