mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
Rebrand get_info(xchatdir) but remain compatible for Perl and Python
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user