view doc/html/irccdctl/command/plugin-reload.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-reload
guide: yes
---

# plugin-reload

Reload a plugin by calling the appropriate onReload event, the plugin is not
unloaded and must be already loaded.

## Usage

```nohighlight
$ irccdctl plugin-reload name
```

## Example

```nohighlight
$ irccdctl plugin-reload logger
```