diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-04 21:30:41 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-04 21:30:41 +0000 |
commit | dae8024a466a0a90f03222d31e34555b9b612509 (patch) | |
tree | 3aef57f6c15c7fba0d574b3cc9041cab2143e026 /include/users.h | |
parent | 9ed9068cc693fe0e39e2d2e0848a212254609ae4 (diff) |
Completed support for module-handled umodes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@377 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 728a82d00..901b30321 100644 --- a/include/users.h +++ b/include/users.h @@ -87,7 +87,7 @@ class userrec : public connection * This may contain any of the following RFC characters: o, w, s, i * Your module may define other mode characters as it sees fit. */ - char modes[32]; + char modes[MAXBUF]; ucrec chans[MAXCHANS]; |