summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-15 12:27:08 -0500
committerAdam <Adam@anope.org>2013-03-15 12:27:08 -0500
commit1a0e6b0be3f901462d4376c882f1dc7304bedaf9 (patch)
treeff20ba105783b7c79a14a257f79cabb5f3d63d0d /include/modes.h
parent81c89bb7080f17a4bdfd8912863285713e0822df (diff)
Allow autokicking real names, extbans, and channels
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);