aboutsummaryrefslogtreecommitdiff
path: root/src/espik_irc.h
blob: a02387ea50371f0636b2375584279c748bcb8d38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _HAVE_ESPIK_IRC_H
#define _HAVE_ESPIK_IRC_H

unsigned short          sendmsg_len (char *);
char                   *irc_send (char *);
char                   *irc_privmsg (char *, char *);

//char                   *irc_action (char *, char *);
char                   *irc_join (char *, char *);
char                   *irc_part (char *, char *);
char                   *irc_quit (char *, char *);
char                   *irc_raw (char *, char *);
char*	irc_nick(char*, char*);
char                  **separate_commandline (char *);
void                    string_upper (char *);

//Ecore_Con_Server       *irc_connect (char *, int);
//void                    irc_disconnect (Ecore_Con_Server *);

#endif /* _HAVE_ESPIK_IRC_H */