1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 22:06:37 +02:00

Make User::Mask behave more like 1.8

This commit is contained in:
Adam
2016-12-22 20:52:43 -05:00
parent 574c8dfbc7
commit ec7ce09ef4
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -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;