diff options
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 |