From ecb76110fda5f1b126ae718ae44df2f9312d46c4 Mon Sep 17 00:00:00 2001 From: om Date: Mon, 10 Apr 2006 20:38:26 +0000 Subject: A few more typedefs defined and put into use. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3866 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index a5cba44b6..81ab1c844 100644 --- a/include/users.h +++ b/include/users.h @@ -109,6 +109,10 @@ typedef std::vector InvitedList; */ typedef std::vector ClassVector; +/** Typedef for the list of user-channel records for a user + */ +typedef std::vector UserChanList; + /** Holds all information about a user * This class stores all information about a user connected to the irc server. Everything about a * connection is stored here primarily, from the user's socket ID (file descriptor) through to the @@ -160,7 +164,7 @@ class userrec : public connection */ char modebits; - std::vector chans; + UserChanList chans; /** The server the user is connected to. */ -- cgit v1.3.1-10-gc9f91