split IRC.c and moved it to a different repo
This commit is contained in:
16
include/IRC/IRC_events.h
Normal file
16
include/IRC/IRC_events.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef IRC_EVENTS_H
|
||||
#define IRC_EVENTS_H
|
||||
|
||||
typedef enum
|
||||
{
|
||||
IRC_EVENT_PRIVMSG,
|
||||
IRC_EVENT_NOTICE,
|
||||
IRC_EVENT_JOIN,
|
||||
IRC_EVENT_PART,
|
||||
IRC_EVENT_QUIT,
|
||||
IRC_EVENT_MODESET,
|
||||
IRC_EVENT_AWAY,
|
||||
IRC_EVENT_KICK
|
||||
} irc_event_type_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user