16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
|
The GroupPrivateMessage plugin allows users to send private messages to a group.
|
||
|
|
||
|
Installation
|
||
|
============
|
||
|
add "addPlugin('GroupPrivateMessage');"
|
||
|
to the bottom of your config.php
|
||
|
|
||
|
Settings
|
||
|
========
|
||
|
none
|
||
|
|
||
|
Example
|
||
|
=======
|
||
|
addPlugin('GroupPrivateMessage');
|
||
|
|