Home
last modified time | relevance | path

Searched refs:SPAMF_QUIT (Results 1 – 4 of 4) sorted by relevance

/dports/irc/unreal/Unreal3.2.10.7/src/modules/
H A Dm_quit.c121 n = dospamfilter(sptr, ocomment, SPAMF_QUIT, NULL, 0, NULL); in m_quit()
H A Dm_tkl.c2687 if ((type != SPAMF_USER) && (type != SPAMF_QUIT)) in _dospamfilter()
/dports/irc/unreal/Unreal3.2.10.7/src/
H A Ds_misc.c116 { SPAMF_QUIT, 'q', "quit", "QUIT" },
/dports/irc/unreal/Unreal3.2.10.7/include/
H A Dstruct.h899 #define SPAMF_QUIT 0x0020 /* q */ macro