view doc/html/irccdctl/command/plugin-config.md @ 551:a5e1c91abb8e

Irccd: split services, closes #730 While here: - delete interrupt_service, no longer needed, - delete net.hpp, net_util.hpp, no longer needed.
author David Demelier <markand@malikania.fr>
date Fri, 24 Nov 2017 20:09:45 +0100
parents b8da1d8c2a72
children
line wrap: on
line source

---
title: plugin-config
guide: yes
---

# plugin-config

Get or set a plugin configuration variable.

If both variable and value are provided, sets the plugin configuration to the
respective variable name and value.

If only variable is specified, shows its current value. Otherwise, list all
variables and their values.

## Usage

```nohighlight
$ irccdctl plugin-config plugin [variable] [value]
```

## Example

```nohighlight
$ irccdctl plugin-config ask
```