#include <ekg/dynstuff.h>#include <ekg/plugins.h>#include <ekg/protocol.h>#include <ekg/sessions.h>#include <ekg/windows.h>Go to the source code of this file.
| #define DOT | ( | a, | |||
| x, | |||||
| y, | |||||
| z, | |||||
| error | ) |
Value:
print_info("__status", z, a, session_name(z), x, y->hostname, y->address, \ itoa(y->port < 0 ? \ session_int_get(z, "port") < 0 ? DEFPORT : session_int_get(z, "port") : y->port), \ itoa(y->family), error ? strerror(error) : "")
| #define IRC4 "irc:" |
| #define irc_private | ( | s | ) | ((irc_private_t*) session_private_get(s)) |
| #define irc_uid | ( | target | ) | protocol_uid("irc", target) |
| #define irc_write | ( | s, | |||
| args... | ) | watch_write((s && s->priv) ? irc_private(s)->send_watch : NULL, args); |
| #define SOP | ( | x | ) | (j->sopt[x]) |
| typedef struct _irc_awaylog_t irc_awaylog_t |
| typedef struct _irc_private_t irc_private_t |
| anonymous enum |
| anonymous enum |
| void irc_handle_disconnect | ( | session_t * | s, | |
| const char * | reason, | |||
| int | type | |||
| ) |
| int irc_parse_line | ( | session_t * | s, | |
| char * | buf, | |||
| int | fd | |||
| ) |
| char* nickpad_string_apply | ( | channel_t * | chan, | |
| char * | str | |||
| ) |
| char* nickpad_string_create | ( | channel_t * | chan | ) |
| char* nickpad_string_restore | ( | channel_t * | chan | ) |
1.5.1