From 29f7a9180caa1b8278bf3d9c6a9b49a0b59a1000 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 09:59:58 +0100 Subject: Rebrand get_info(xchatdir) but remain compatible for Perl and Python --- src/common/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/common/plugin.c b/src/common/plugin.c index 575c0b36..f42f1e4c 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1054,9 +1054,11 @@ hexchat_get_info (hexchat_plugin *ph, const char *id) return PACKAGE_VERSION; case 0xdd9b1abd: /* xchatdir */ + case 0x9a70daba: /* hexchatdir */ return get_xdir_utf8 (); case 0xe33f6c4a: /* xchatdirfs */ + case 0xc1a52107: /* hexchatdirfs */ return get_xdir_fs (); } -- cgit 1.4.1