comparison src/protocols/irc/irc.h @ 9030:7ab20f829190

[gaim-migrate @ 9806] Siege updated the code for creating right-click menu's for buddies, chats, groups, etc. It uses more stuff from the blist API and less stuff from multi.h. It also combines the code for right-click menus for chats, buddies, etc. (all types of blist nodes). So PRPLs and plugins can easily add right-click menu options to anything in the buddy list in a clean way. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 May 2004 17:27:45 +0000
parents 2f505651ac03
children 933a19e3a6b3
comparison
equal deleted inserted replaced
9029:697e169dac12 9030:7ab20f829190
23 #ifndef _GAIM_IRC_H 23 #ifndef _GAIM_IRC_H
24 #define _GAIM_IRC_H 24 #define _GAIM_IRC_H
25 25
26 #include <glib.h> 26 #include <glib.h>
27 27
28 #include "multi.h"
29 #include "roomlist.h" 28 #include "roomlist.h"
30 29
31 #define IRC_DEFAULT_SERVER "irc.freenode.net" 30 #define IRC_DEFAULT_SERVER "irc.freenode.net"
32 #define IRC_DEFAULT_PORT 6667 31 #define IRC_DEFAULT_PORT 6667
33 32