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/README | |
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/README')
-rw-r--r-- | network/purple-plugin-pack/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/purple-plugin-pack/README b/network/purple-plugin-pack/README index 05dce85dcd714..5f7d4824f9bc4 100644 --- a/network/purple-plugin-pack/README +++ b/network/purple-plugin-pack/README @@ -4,3 +4,15 @@ family of IM clients. The Purple Plugin Pack was originally created by Gary Kramelich and Stu Tomlinson as a way to distribute their ever growing lists of simple Pidgin plugins. + +This includes an optional patch to change the default nickserv identify command +in the irchelp plugin to: + +/msg nickserv identify <password> + +rather than the '/identify <password>' command that it defaults to, which fails +on some IRCd's such as e.g. ngircd (also available on slackbuilds.org). + +To use the patch do: + +IDENTIFY_PATCH=1 ./purple-plugin-pack.SlackBuild |