summary refs log tree commit diff stats
path: root/src/common/plugin.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-04 23:55:36 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-04 23:55:36 +0100
commitdb218817fdc895aa2e3e52a71aa2f4423a534423 (patch)
tree42adbac9f667aa7a1dba5386150738fac84aeafc /src/common/plugin.c
parentad16ed3933b2904f3e4b206a67c4b67cc86622bc (diff)
Use configdir instead of *xchatdir*
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r--src/common/plugin.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c
index a30ba575..fb677325 100644
--- a/src/common/plugin.c
+++ b/src/common/plugin.c
@@ -1050,9 +1050,8 @@ hexchat_get_info (hexchat_plugin *ph, const char *id)
 			return PACKAGE_VERSION;
 
 		case 0xdd9b1abd:	/* xchatdir */
-		case 0x9a70daba:	/* hexchatdir */
 		case 0xe33f6c4a:	/* xchatdirfs */
-		case 0xc1a52107:	/* hexchatdirfs */
+		case 0xd00d220b:	/* configdir */
 			return get_xdir ();
 	}