aboutsummaryrefslogtreecommitdiffstats
path: root/include/users.h
diff options
context:
space:
mode:
authorGravatar brain2006-03-09 11:24:30 +0000
committerGravatar brain2006-03-09 11:24:30 +0000
commitc2a5839bcbd6bebf0dd102a8dfd283e92c8a0507 (patch)
treed3fc6e91877a0c91e8cdd11cf163c071d701edf6 /include/users.h
parentmptr++ not *mptr++! (diff)
downloadinspircd++-c2a5839bcbd6bebf0dd102a8dfd283e92c8a0507.tar.gz
inspircd++-c2a5839bcbd6bebf0dd102a8dfd283e92c8a0507.tar.bz2
inspircd++-c2a5839bcbd6bebf0dd102a8dfd283e92c8a0507.zip
Probably wont compile yet - purge_empty_channels refactor
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3579 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index 71563abfa..294bc1e1f 100644
--- a/include/users.h
+++ b/include/users.h
@@ -151,7 +151,7 @@ class userrec : public connection
*/
char modes[54];
- std::vector<ucrec> chans;
+ std::vector<ucrec*> chans;
/** The server the user is connected to.
*/