diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index e1bf887bd..d64c94280 100644 --- a/include/users.h +++ b/include/users.h @@ -193,7 +193,7 @@ class userrec : public connection * This is stored even if the <connect> block doesnt need a password, so that * modules may check it. */ - char password[MAXBUF]; + char password[64]; /** User's receive queue. * Lines from the IRCd awaiting processing are stored here. |