blob: fc2ba1b5c75837533e7ab811006e6eabf7ec4ec1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
The Purple Plugin Pack is a compilation of plugins for the libpurple
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
|