summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-21 14:21:58 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-21 14:21:58 +0000
commitd0668060caacf00939fd0b92bf7f3fb84c42fdbe (patch)
treeacd66af6b6c2488790d94a35560f34bbfe7d78ae /include
parent1498e89b98306a76fd0803db82acd29be1e2a636 (diff)
Added password field
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1155 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/users.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index f915a6e5f..098762eca 100644
--- a/include/users.h
+++ b/include/users.h
@@ -167,6 +167,12 @@ class userrec : public connection
*/
unsigned long pingmax;
+ /** Password specified by the user when they registered.
+ * This is stored even if the <connect> block doesnt need a password, so that
+ * modules may check it.
+ */
+ char password[MAXBUF];
+
userrec();
virtual ~userrec() { }