aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-08 18:02:57 +0000
committerGravatar Sadie Powell2026-03-08 18:02:57 +0000
commit8b8934b5f4887cc71d0674e100e0586fa5bd9d0c (patch)
tree8552877cd29c3c8ab3db9aa18f9c5f496cb482ea /include/modules
parentSwitch the NSIS installer to use something more reliable. (diff)
Fix some minor doxygen warnings.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/extban.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/extban.h b/include/modules/extban.h
index 8bb5f93b3..6bc7c8eea 100644
--- a/include/modules/extban.h
+++ b/include/modules/extban.h
@@ -79,6 +79,7 @@ namespace ExtBan
* @param banentry The ban entry to parse.
* @param name The parsed name of the extban.
* @param value The parsed value of the extban.
+ * @param inverted Whether the extban has been inverted.
* @return True if an extban was extracted from the ban entry; otherwise, false.
*/
inline bool Parse(const std::string& banentry, std::string& name, std::string& value, bool& inverted);
@@ -234,7 +235,6 @@ public:
* @param user The user who is adding the extban
* @param channel The channel the extban is being added mon.
* @param text The text of the extban to validate.
- * @param inverted Whether the extban has been inverted.
* @return True if the extban is valid; otherwise, false.
*/
virtual bool Validate(ListModeBase* lm, LocalUser* user, Channel* channel, std::string& text)