summary refs log tree commit diff stats
path: root/plugins/fishlim/keystore.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2012-01-03 16:38:40 +0100
committerBerke Viktor <berkeviktor@aol.com>2012-01-03 16:38:40 +0100
commit18404054b0e7bad84c552530fa5771f38469f2d3 (patch)
tree807098a91dc2e0c83683e7673b17d32d29319d7c /plugins/fishlim/keystore.c
parent38a42ed51950661edd5a5ea59151795e12b259f3 (diff)
sync with fishlim head
Diffstat (limited to 'plugins/fishlim/keystore.c')
-rw-r--r--plugins/fishlim/keystore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/fishlim/keystore.c b/plugins/fishlim/keystore.c
index ce029a2e..d97107fd 100644
--- a/plugins/fishlim/keystore.c
+++ b/plugins/fishlim/keystore.c
@@ -164,8 +164,8 @@ bool keystore_store_key(const char *nick, const char *key) {
         encrypted = fish_encrypt(password, strlen(password), key);
         if (!encrypted) goto end;
         
-        // Prepend "OK+ "
-        wrapped = g_strconcat("OK+ ", encrypted, NULL);
+        // Prepend "+OK "
+        wrapped = g_strconcat("+OK ", encrypted, NULL);
         g_free(encrypted);
         
         // Store encrypted in file