From ff385ade8355ce6c685bbabd83c550fbb3c58f82 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 15 Mar 2009 18:39:20 +0000 Subject: charset in zwrite, incomplete in zwgc --- zwgc/notice.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zwgc') diff --git a/zwgc/notice.c b/zwgc/notice.c index b3a660c..ca257cd 100644 --- a/zwgc/notice.c +++ b/zwgc/notice.c @@ -265,6 +265,7 @@ decode_notice(ZNotice_t *notice, var_set_variable("instance", notice->z_class_inst); var_set_variable("opcode", notice->z_opcode); var_set_variable("default", notice->z_default_format); + var_set_variable("charset", ZCharsetToString(notice->z_charset)); var_set_variable("recipient", (notice->z_recipient[0] ? notice->z_recipient : "*")); var_set_variable("fullsender", notice->z_sender); -- cgit v1.2.3