view doc/html/irccdctl/command/plugin-reload.md @ 390:2df0f202946c

Docs: update broken links for irccdctl commands
author David Demelier <markand@malikania.fr>
date Fri, 23 Dec 2016 13:11:54 +0100
parents 55bf5c5a65db
children d51a95714abb
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
````