#include "inspircd_config.h"#include "channels.h"#include "connection.h"#include "inspstring.h"#include <string>Go to the source code of this file.
Compounds | |
| class | ConnectClass |
| Holds information relevent to <connect allow> and <connect deny> tags in the config file. More... | |
| class | Invited |
| Holds a channel name to which a user has been invited. More... | |
| class | userrec |
| Holds all information about a user This class stores all information about a user connected to the irc server. More... | |
Defines | |
| #define | STATUS_OP 4 |
| #define | STATUS_HOP 2 |
| #define | STATUS_VOICE 1 |
| #define | STATUS_NORMAL 0 |
| #define | CC_ALLOW 0 |
| #define | CC_DENY 1 |
Typedefs | |
| typedef std::vector< Invited > | InvitedList |
| Holds a complete list of all channels to which a user has been invited and has not yet joined. | |
| typedef std::vector< ConnectClass > | ClassVector |
| Holds a complete list of all allow and deny tags from the configuration file (connection classes). | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Holds a complete list of all allow and deny tags from the configuration file (connection classes).
|
|
|
Holds a complete list of all channels to which a user has been invited and has not yet joined.
|
1.3.3