mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 20:49:43 +01:00
43 lines
571 B
ReStructuredText
43 lines
571 B
ReStructuredText
|
|
.. _plugin-gui:
|
|
|
|
The GUI plugin
|
|
==============
|
|
|
|
.. include:: unofficial.inc
|
|
|
|
|
|
|
|
.. _plugin-gui-config:
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
.. _supybot.plugins.GUI.host:
|
|
|
|
supybot.plugins.GUI.host
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Default value: 127.0.0.1
|
|
|
|
The host the server will bind.
|
|
|
|
.. _supybot.plugins.GUI.port:
|
|
|
|
supybot.plugins.GUI.port
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Default value: 14789
|
|
|
|
The port the server will bind.
|
|
|
|
.. _supybot.plugins.GUI.public:
|
|
|
|
supybot.plugins.GUI.public
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Default value: True
|
|
|
|
Determines whether this plugin is publicly visible.
|
|
|