From 68153812f75ef446ed9034031037eb1fcce9e743 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 7 Sep 2013 20:17:42 -0400 Subject: Add channelkey to channel lists --- src/common/plugin.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/common/plugin.c') diff --git a/src/common/plugin.c b/src/common/plugin.c index 9ce387c8..d186679a 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1381,7 +1381,7 @@ hexchat_list_fields (hexchat_plugin *ph, const char *name) }; static const char * const channels_fields[] = { - "schannel", "schantypes", "pcontext", "iflags", "iid", "ilag", "imaxmodes", + "schannel", "schannelkey", "schantypes", "pcontext", "iflags", "iid", "ilag", "imaxmodes", "snetwork", "snickmodes", "snickprefixes", "iqueue", "sserver", "itype", "iusers", NULL }; @@ -1476,6 +1476,8 @@ hexchat_list_str (hexchat_plugin *ph, hexchat_list *xlist, const char *name) { case 0x2c0b7d03: /* channel */ return ((session *)data)->channel; + case 0x8cea5e7c: /* channelkey */ + return ((session *)data)->channelkey; case 0x577e0867: /* chantypes */ return ((session *)data)->server->chantypes; case 0x38b735af: /* context */ -- cgit 1.4.1