diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-05-11 21:43:46 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-05-11 21:43:46 +0000 |
commit | 1ee80d5d5f90580efb0151f40d38dc4dff2fec92 (patch) | |
tree | 433cc13e639206c5bbecaa70af01aca95f4eed3c /include/users.h | |
parent | a5f22007f0c42da861eaf566a5cf64417cebfdf4 (diff) |
Increase length of dhost
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3955 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-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 8f396c8c6..25db5eb08 100644 --- a/include/users.h +++ b/include/users.h @@ -144,7 +144,7 @@ class userrec : public connection /** The host displayed to non-opers (used for cloaking etc). * This usually matches the value of userrec::host. */ - char dhost[64]; + char dhost[65]; /** The users full name. */ |