diff options
author | Dave Woodfall <dave@dawoodfall.net> | 2018-08-08 20:41:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:07 +0700 |
commit | 9ef57f0390b24de8f77ddcd3e4deadc3179acfa8 (patch) | |
tree | f7c2c4033ad21625415b0c6ec43b032eaa4c7260 /network/purple-plugin-pack/identify.patch | |
parent | b879ff9324f400522b51197dacbf318440d63af7 (diff) |
network/purple-plugin-pack: Patched for identifying on ngircd.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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); + } |