#include "global.h"#include "matcher.h"#include "encrypt.h"#include "timezone.h"#include "debug.h"Go to the source code of this file.
Functions | |
| void | logIt (const char *Txt) |
| void | callbackEach (CHAT chat, CHATBool success, int index, const char *channel, const char *topic, int numUsers, void *param) |
| void | callbackAll (CHAT chat, CHATBool success, int numChannels, const char **channels, const char **topics, int *numUsers, void *param) |
| void callbackAll | ( | CHAT | chat, |
| CHATBool | success, | ||
| int | numChannels, | ||
| const char ** | channels, | ||
| const char ** | topics, | ||
| int * | numUsers, | ||
| void * | param ) |
Definition at line 252 of file matcher.cpp.
| void callbackEach | ( | CHAT | chat, |
| CHATBool | success, | ||
| int | index, | ||
| const char * | channel, | ||
| const char * | topic, | ||
| int | numUsers, | ||
| void * | param ) |
Definition at line 240 of file matcher.cpp.
| void logIt | ( | const char * | Txt | ) |
Definition at line 47 of file matcher.cpp.