diff options
Diffstat (limited to 'network/purple-plugin-pack/identify.patch')
-rw-r--r-- | network/purple-plugin-pack/identify.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/purple-plugin-pack/identify.patch b/network/purple-plugin-pack/identify.patch new file mode 100644 index 0000000000000..f4b513b198fe4 --- /dev/null +++ b/network/purple-plugin-pack/identify.patch @@ -0,0 +1,12 @@ +diff -Naur -x '.hg*' a/irchelper/irchelper.c b/irchelper/irchelper.c +--- a/irchelper/irchelper.c 2018-07-28 12:09:23.714988017 +0100 ++++ b/irchelper/irchelper.c 2018-08-07 19:29:44.194109009 +0100 +@@ -719,7 +719,7 @@ + nickserv_do_identify(authentication, connection->proto_data, connection, nickpassword); + } + else +- nickserv_identify(connection->proto_data, connection, nickpassword); ++ nickserv_msg_identify("identify", connection->proto_data, connection, nickpassword); + + g_strfreev(userparts); + } |