UnrealIRCd
Module API 5.0.9
Module API documentation - for developers / module coders only
|
This shows the Client struct (any client), the User struct (a user), Server (a server) that are commonly accessed both in the core and by 3rd party coders. More...
Data Structures | |
struct | Client |
A client on this or a remote server - can be a user, server, unknown, etc. More... | |
struct | LocalClient |
Local client information, use client->local to access these (see also Client). More... | |
struct | User |
User information (persons, not servers), you use client->user to access these (see also Client). More... | |
struct | Server |
Server information (local servers and remote servers), you use client->serv to access these (see also Client). More... | |
struct | Channel |
A channel on IRC. More... | |
struct | Member |
user/channel member struct (channel->members). More... | |
struct | Membership |
user/channel membership struct (client->user->channels). More... | |
This shows the Client struct (any client), the User struct (a user), Server (a server) that are commonly accessed both in the core and by 3rd party coders.