diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 18:25:56 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-14 18:25:56 +0000 |
commit | 8c14f0f530c61fd4875131902937fba9f780adf7 (patch) | |
tree | f730e76cedf72b0caeec84c7eb87c8201c7afbe7 /src/modules/m_denychans.cpp | |
parent | 16e251d74a8fbd4e1f540cb950e1b85697e0c566 (diff) |
Added interface 'ChannelBanList' that these two modules implement. Send a request class ListModeRequest to the module to check if a user is matched on a channel:
const char* ismatched = ListModeRequest(this, targetmodule, someuser, somechan).Send();
ismatched will be NULL if theyre not matched by the modules list, or will contain the mask if they are matched.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6325 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_denychans.cpp')
0 files changed, 0 insertions, 0 deletions