summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h
index 6f50d0cbd..27fce6cf8 100644
--- a/include/users.h
+++ b/include/users.h
@@ -347,10 +347,9 @@ class CoreExport User : public virtual Base, public Extensible, public CommandRe
/* Returns a mask that will most likely match any address the
* user will have from that location. For IP addresses, wildcards the
- * appropriate subnet mask (e.g. 35.1.1.1 -> 35.*; 128.2.1.1 -> 128.2.*);
- * for named addresses, wildcards the leftmost part of the name unless the
- * name only contains two parts. If the username begins with a ~, delete
- * it.
+ * last octet (e.g. 35.1.1.1 -> 35.1.1.*). for named addresses, wildcards
+ * the leftmost part of the name unless the name only contains two parts.
+ * If the username begins with a ~, replace with *.
*/
Anope::string Mask() const;