send()
send() is a fundamental function for network communication in C and C++ programming, allowing data to be transmitted over network sockets between client and server applications.
Channel commands
Command: JOIN
- Parameters: {,} [{,}]
Alt Params: 0
The JOIN command indicates that the client wants to join the given channel(s), each channel using the given key for it. The server receiving the command checks whether or not the client can join the given channel, and processes the request. Servers MUST process the parameters of this command as lists on incoming commands from clients, with the first being used for the first , the second being used for the second , etc.
Command INVITE Parameters:
Command: PART Parameters: {,} []
Command: KICK
Parameters: *( "," ) []