Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
matcher.cpp File Reference
#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)
 

Function Documentation

◆ callbackAll()

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.

◆ callbackEach()

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.

◆ logIt()

void logIt ( const char * Txt)

Definition at line 47 of file matcher.cpp.