changeset 46:131551c901ae

Plugin logger: reorder keywords
author David Demelier <markand@malikania.fr>
date Mon, 29 Feb 2016 13:12:15 +0100
parents aa205621d7d6
children 798093d4c176
files plugins/logger/logger.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/logger/logger.md	Mon Feb 29 13:11:58 2016 +0100
+++ b/plugins/logger/logger.md	Mon Feb 29 13:12:15 2016 +0100
@@ -55,14 +55,14 @@
 
 | Format                  | Keywords                          | Notes                           |
 |-------------------------|-----------------------------------|---------------------------------|
-| (any)                   | server, nickname, origin, source  | source is the channel or nick   |
+| (any)                   | nickname, origin, server, source  | source is the channel or nick   |
 | **format-cmode**        | arg, channel, mode,               | the mode and its arguments      |
 | **format-cnotice**      | channel, message                  | the message notice              |
 | **format-join**         | channel                           |                                 |
 | **format-kick**         | channel, reason, target           |                                 |
 | **format-me**           | channel, message                  | message is the emote action     |
 | **format-message**      | channel, message                  |                                 |
-| **format-mode**         | mode, arg                         | the mode and its arguments      |
+| **format-mode**         | arg, mode                         | the mode and its arguments      |
 | **format-notice**       | message                           | the notice message              |
 | **format-part**         | channel, reason                   |                                 |
 | **format-query**        | message                           |                                 |