summaryrefslogtreecommitdiff
path: root/zwgc/notice.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/notice.c')
-rw-r--r--zwgc/notice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/notice.c b/zwgc/notice.c
index 3ca2dc7..47a58ac 100644
--- a/zwgc/notice.c
+++ b/zwgc/notice.c
@@ -272,7 +272,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", (char *)ZCharsetToString(notice->z_charset)); /*XXX const*/
+ var_set_variable("notice_charset", (char *)ZCharsetToString(notice->z_charset)); /*XXX const*/
var_set_variable("recipient",
(notice->z_recipient[0] ? notice->z_recipient : "*"));
var_set_variable("fullsender", notice->z_sender);