|
IRCBot Plugin API
v5
|
Classes | |
| struct | API_irc |
Macros | |
| #define | SendIRC(x, y, z) SendIRC_Priority(x,y,z,PRIORITY_DEFAULT) |
| #define | SendSock(x, y, z) SendSock_Priority(x,y,z,PRIORITY_DEFAULT) |
Enumerations | |
| enum | { PRIORITY_LOWEST = 0, PRIORITY_SPAM = 1, PRIORITY_DEFAULT = 10, PRIORITY_INTERACTIVE = 60, PRIORITY_IMMEDIATE = 99 } |
| #define SendIRC | ( | x, | |
| y, | |||
| z | |||
| ) | SendIRC_Priority(x,y,z,PRIORITY_DEFAULT) |
Convenience define for SendIRC_Priority so you don't have to put in a priority every time
| #define SendSock | ( | x, | |
| y, | |||
| z | |||
| ) | SendSock_Priority(x,y,z,PRIORITY_DEFAULT) |
Convenience define for SendSock_Priority so you don't have to put in a priority every time
1.8.8