Idź do dokumentacji tego pliku.
18 #ifndef __EKG_PLUGINS_IRC_IRC_H
19 #define __EKG_PLUGINS_IRC_IRC_H
21 #define DOT(a,x,y,z,error) \
22 print_info("__status", z, a, session_name(z), x, y->hostname, y->address, \
24 session_int_get(z, "port") < 0 ? DEFPORT : session_int_get(z, "port") : y->port), \
25 itoa(y->family), error ? strerror(error) : "")
56 unsigned char using_ssl : 2;
106 #define SOP(x) (j->sopt[x])
120 struct timeval syncstart;
157 #define irc_private(s) ((irc_private_t*) session_private_get(s))
161 #define irc_uid(target) protocol_uid("irc", target)
176 #define irc_write(s, args...) watch_write((s && s->priv) ? irc_private(s)->send_watch : NULL, args);