diff options
| author | 2005-04-21 14:21:58 +0000 | |
|---|---|---|
| committer | 2005-04-21 14:21:58 +0000 | |
| commit | d0668060caacf00939fd0b92bf7f3fb84c42fdbe (patch) | |
| tree | acd66af6b6c2488790d94a35560f34bbfe7d78ae /include | |
| parent | Updated with a bit more debug output (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.h | 6 |
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() { } |
