From 8aaff85e7087e4771994c8ea0b5ba69544f9da7d Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 18 Jul 2012 11:17:21 +0200 Subject: Prepare FiSHLiM to use the plugin config API --- plugins/fishlim/keystore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/fishlim/keystore.c') diff --git a/plugins/fishlim/keystore.c b/plugins/fishlim/keystore.c index e628c289..0e211958 100644 --- a/plugins/fishlim/keystore.c +++ b/plugins/fishlim/keystore.c @@ -36,7 +36,7 @@ static char *keystore_password = NULL; /** - * Opens the key store file: ~/.xchat2/blow.ini + * Opens the key store file: ~/.config/hexchat/plugin_fishlim.conf */ static GKeyFile *getConfigFile() { gchar *filename = get_config_filename(); @@ -63,7 +63,7 @@ static const char *get_keystore_password() { /** - * Gets a value for a nick/channel from blow.ini. Unlike + * Gets a value for a nick/channel from plugin_fishlim.conf. Unlike * g_key_file_get_string, this function is case insensitive. */ static gchar *get_nick_value(GKeyFile *keyfile, const char *nick, const char *item) { -- cgit 1.4.1