summaryrefslogtreecommitdiffstats
path: root/pyirssi_irc.h
blob: 31b0908e10aac0379088d1f1f5808c745ae47d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _PY_IRSSI_IRC_H_
#define _PY_IRSSI_IRC_H_

#include "pyirssi.h"
#include "irc.h"
#include "irc-servers.h"
#include "irc-channels.h"
#include "ctcp.h"
#include "mode-lists.h"
#include "bans.h"
#include "dcc.h"
#include "dcc-get.h"
#include "dcc-send.h"
#include "dcc-chat.h"

#endif