diff options
| author | 2015-11-27 09:18:50 +0000 | |
|---|---|---|
| committer | 2015-12-05 03:47:18 +0000 | |
| commit | b678e948fd6a75f4db4aa39b544a42724732d596 (patch) | |
| tree | 9bcf5dfcfb175cf574836218ca75332b41e2eb07 /src/modules/action | |
| parent | libkviabout: capitalization and improvement of the help messages. (diff) | |
| download | KVIrc-b678e948fd6a75f4db4aa39b544a42724732d596.tar.gz KVIrc-b678e948fd6a75f4db4aa39b544a42724732d596.tar.bz2 KVIrc-b678e948fd6a75f4db4aa39b544a42724732d596.zip | |
libkviaction: minor help text formatting fix.
Diffstat (limited to 'src/modules/action')
| -rw-r--r-- | src/modules/action/libkviaction.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/modules/action/libkviaction.cpp b/src/modules/action/libkviaction.cpp index e608a4f3e..c5b1ef933 100644 --- a/src/modules/action/libkviaction.cpp +++ b/src/modules/action/libkviaction.cpp @@ -137,8 +137,8 @@ static bool action_kvs_cmd_trigger(KviKvsModuleCommandCall * c) otherwise all the toolbar buttons and menu items belonging to this action will get enabled.[br] Since [cmd]action.create[/cmd] command allows specifying contexts - for actions and the action engine is able to enable/disable the actions - automatically on certain events you will probably never need to use this command. + for actions and the action engine is able to enable / disable the actions + automatically on certain events you will probably never need to use this command.[br] If the -q switch is specified the command runs in quiet mode and does not print warnings if the action is not defined. @seealso: @@ -356,7 +356,6 @@ static bool action_kvs_cmd_destroy(KviKvsModuleCommandCall * c) [cmd]action.destroy[/cmd], [cmd]action.trigger[/cmd] @examples: [example] - [/example] */ @@ -522,7 +521,7 @@ static bool action_module_cleanup(KviModule *) } KVIRC_MODULE( - "action", // module name + "action", // module name "4.0.0", // module version "Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)", // author & (C) "Interface to the system actions", |
