|
DaZeus
2.0
|
#include <cassert>#include <iostream>#include <sstream>#include <cstdio>#include <cstdlib>#include <cstring>#include <libircclient.h>#include "server.h"
Go to the source code of this file.
Macros | |
| #define | IRC (irc_session_t*)irc_ |
Functions | |
| void | irc_eventcode_callback (irc_session_t *s, unsigned int event, const char *origin, const char **p, unsigned int count) |
| void | irc_callback (irc_session_t *s, const char *e, const char *o, const char **params, unsigned int count) |
| #define IRC (irc_session_t*)irc_ |
Copyright (c) Sjors Gielen, 2010-2012 See LICENSE for license.
Definition at line 20 of file server.cpp.
| void irc_callback | ( | irc_session_t * | s, |
| const char * | e, | ||
| const char * | o, | ||
| const char ** | params, | ||
| unsigned int | count | ||
| ) |
Definition at line 246 of file server.cpp.
| void irc_eventcode_callback | ( | irc_session_t * | s, |
| unsigned int | event, | ||
| const char * | origin, | ||
| const char ** | p, | ||
| unsigned int | count | ||
| ) |
Definition at line 237 of file server.cpp.