summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modes.h b/include/modes.h
index a9957e332..bb329b5b4 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -401,11 +401,11 @@ class CoreExport Entry
Anope::string mask;
public:
unsigned short cidr_len;
- Anope::string nick, user, host;
+ Anope::string nick, user, host, real;
/** Constructor
* @param mode What mode this host is for, can be empty for unknown/no mode
- * @param host A full nick!ident@host/cidr mask
+ * @param host A full or poartial nick!ident@host/cidr#real name mask
*/
Entry(const Anope::string &mode, const Anope::string &host);