Home
last modified time | relevance | path

Searched refs:allownotice (Results 1 – 2 of 2) sorted by relevance

/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_delaymsg.cpp58 bool allownotice; member in ModuleDelayMsg
124 if ((target.type != MessageTarget::TYPE_CHANNEL) || ((!allownotice) && (notice))) in HandleMessage()
160 allownotice = tag->getBool("allownotice", true); in ReadConfig()
/dports/irc/inspircd/inspircd-3.11.0/docs/conf/
H A Dmodules.conf.example837 # Set allownotice to no to disallow NOTICEs too. Defaults to yes.
838 #<delaymsg allownotice="no">