From b6c77b3e017ef0dd98d4863cc6a3eb2ab2f6c16b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 17 Apr 2022 12:13:35 +0100 Subject: Fix a missing doxygen comment. --- include/modules/extban.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/modules') diff --git a/include/modules/extban.h b/include/modules/extban.h index 8f636d201..8475b6df2 100644 --- a/include/modules/extban.h +++ b/include/modules/extban.h @@ -254,6 +254,12 @@ public: return channel->CheckBan(user, text); } + /** Determines whether the specified user matches this acting extban on the specified channel. + * @param user The user to check. + * @param channel The channel to check on. + * @return MOD_RES_ALLOW to explicitly allow their action, MOD_RES_DENY to expicitly deny their + * action, or MOD_RES_PASSTHRU to let the default behaviour apply. + */ ModResult GetStatus(User* user, Channel* channel) { if (!GetManager()) -- cgit v1.3.1-10-gc9f91