Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Karthikeyan Singaravelan
poezio
Commits
550aa6ef
Commit
550aa6ef
authored
Mar 27, 2014
by
mathieui
Browse files
Remove useless "installation" parts from the plugin documentations
parent
e80ea90e
Changes
33
Hide whitespace changes
Inline
Side-by-side
doc/source/plugins/index.rst
View file @
550aa6ef
...
...
@@ -152,7 +152,12 @@ Plugin index
Screen Detach
:ref:`Documentation <screendetach-plugin>`
Changes your status to _away_ if the screen poezio is in is detached.
Changes your status to **away** if the screen poezio is in is detached.
Send Delayed
:ref:`Documentation <senddelayed-plugin>`
Program the sending of futur messages.
Simple notify
:ref:`Documentation <simplenotify-plugin>`
...
...
plugins/admin.py
View file @
550aa6ef
...
...
@@ -2,13 +2,6 @@
This plugin adds several convenient aliases, to shorten
roles/affiliation management.
Installation
------------
You only have to load the plugin:
``/load admin``
Aliases defined
---------------
...
...
plugins/amsg.py
View file @
550aa6ef
...
...
@@ -4,12 +4,6 @@ This plugin broadcasts a message to all your joined rooms.
.. note:: With great power comes great responsability.
Use with moderation.
Installation
------------
You only have to load the plugin.::
/load amsg
Command
-------
...
...
@@ -18,6 +12,8 @@ Command
/amsg
**Usage:** ``/amsg <message>``
Broadcast a message.
"""
from
plugin
import
BasePlugin
...
...
plugins/autocorrect.py
View file @
550aa6ef
"""
This plugin lets you perform simple replacements on the last message.
Installation
------------
Load the plugin::
/load autocorrect
Usage
-----
...
...
plugins/capslock.py
View file @
550aa6ef
"""
Shout
Installation
------------
You only have to load the plugin:
.. code-block:: none
/load capslock
Once loaded, everything you will send will be IN CAPITAL LETTERS.
"""
from
plugin
import
BasePlugin
...
...
plugins/day_change.py
View file @
550aa6ef
...
...
@@ -2,12 +2,6 @@
This plugin adds a message at 00:00 in each of your chat tabs saying that the
date has changed.
Installation
------------
You only have to load the plugin.::
/load day_change
"""
from
gettext
import
gettext
as
_
...
...
plugins/display_corrections.py
View file @
550aa6ef
"""
Lists old versions of a corrected message.
Installation
------------
::
/load display_corrections
Usage
-----
...
...
plugins/double.py
View file @
550aa6ef
"""
Double the first word of any message you send in a :ref:`muctab`, making you appear retarded.
Installation
------------
You only have to load the plugin:
.. code-block:: none
/load double
"""
from
plugin
import
BasePlugin
...
...
plugins/exec.py
View file @
550aa6ef
"""
This plugin lets you execute a system command through poezio.
Installation
------------
You only have to load the plugin. ::
/load exec
Usage
-----
...
...
plugins/figlet.py
View file @
550aa6ef
...
...
@@ -2,13 +2,6 @@
This plugin uses figlet to transform every message into a big ascii-art
message.
Installation
------------
You only have to load the plugin (and have :file:`figlet` installed, of course).
::
/load figlet
Usage
-----
...
...
plugins/iq_show.py
View file @
550aa6ef
"""
Show the exchanged IQs (useful for debugging).
Installation
------------
Load the plugin:
.. code-block:: none
/load iq_show
"""
from
plugin
import
BasePlugin
from
sleekxmpp.xmlstream.matcher
import
StanzaPath
...
...
plugins/mirror.py
View file @
550aa6ef
"""
Repeats the last message in the conversation.
Installation
------------
You only have to load the plugin:
.. code-block:: none
/load mirror
Command
-------
...
...
plugins/mpd_client.py
View file @
550aa6ef
"""
This plugin is here to send what you are listening to in a chat tab.
Installation
------------
...
...
plugins/pacokick.py
View file @
550aa6ef
"""
This plugin adds a :term:`/pacokick` command, which is a random kick.
Installation
------------
You only have to load the plugin.
.. code-block:: none
/load pacokick
Usage
-----
...
...
plugins/ping.py
View file @
550aa6ef
"""
This plugin allows you to ping an entity.
Installation
------------
You only have to load the plugin.
.. code-block:: none
/load ping
Command
-------
...
...
plugins/pointpoint.py
View file @
550aa6ef
...
...
@@ -28,6 +28,8 @@ Command
/pointpoint
**Usage:** ``/pointpoint``
…
"""
...
...
plugins/quote.py
View file @
550aa6ef
"""
This plugin allows you to quote messages easily.
Installation
------------
You only have to load the plugin.
.. code-block:: none
/load quote
Usage
-----
--
-----
.. glossary::
...
...
plugins/rainbow.py
View file @
550aa6ef
"""
This plugin colors each character of a message with a random color.
Installation
------------
You only have to load the plugin.
.. code-block:: none
/load rainbow
Usage
-----
...
...
plugins/random_nick.py
View file @
550aa6ef
"""
This plugin makes you have a random nick when joining a MUC.
Installation
------------
You only have to load the plugin.::
/load random_nick
Usage
-----
...
...
plugins/regex_admin.py
View file @
550aa6ef
...
...
@@ -2,13 +2,6 @@
This plugins adds a :term:`/rkick` and a :term:`/rban` command,
in order to kick/ban according to a regex on a nick.
Installation
------------
You only have to load the plugin:
``/load regex_admin``
Commands
--------
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment