]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit - src/modules/m_delayjoin.cpp
Change the OnNamesListItem() hook to return ModResult
authorAttila Molnar <attilamolnar@hush.com>
Sun, 20 Apr 2014 12:05:21 +0000 (14:05 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Sun, 20 Apr 2014 12:05:21 +0000 (14:05 +0200)
commit5ebb49de65a3f53730177665b5922dc3a62a94eb
treeda4aa808e0ede345e26e28cd9a39e1509b83ca25
parent67e0e32b86885df705a92cdc971a6085c4a7c1ba
Change the OnNamesListItem() hook to return ModResult

Return MOD_RES_DENY to exclude the user from the NAMES list
include/modules.h
src/channels.cpp
src/modules.cpp
src/modules/m_auditorium.cpp
src/modules/m_delayjoin.cpp
src/modules/m_namesx.cpp
src/modules/m_uhnames.cpp