ekg2
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
autoacts.h
Idź do dokumentacji tego pliku.
1 /*
2  * (C) Copyright 2004-2005 Michal 'GiM' Spadlinski <gim at skrzynka dot pl>
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License Version 2 as
6  * published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16  */
17 
18 
19 #ifndef __EKG_PLUGINS_IRC_AUTOACTS_H
20 #define __EKG_PLUGINS_IRC_AUTOACTS_H
21 
22 #include <ekg/plugins.h>
23 #include <ekg/sessions.h>
24 #include <ekg/stuff.h>
25 
27 
28 typedef struct {
30  char *nick;
31  char *kickedby;
32  char *chan;
34 
35 int irc_autorejoin(session_t *s, int when, char *chan);
37 
38 #endif
39 
40 /*
41  * Local Variables:
42  * mode: c
43  * c-file-style: "k&r"
44  * c-basic-offset: 8
45  * indent-tabs-mode: t
46  * End:
47  */