aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/action
diff options
context:
space:
mode:
authorGravatar un1versal2015-10-08 13:10:17 +0100
committerGravatar un1versal2015-10-08 17:39:57 +0100
commit02bf7911f3afe6e5960349e5e61329afb3a995a9 (patch)
treef2ba9133be0a95091e85cbbb8d75e485e8f59aa5 /src/modules/action
parent[ci skip] various header files, typos corrections (diff)
downloadKVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.tar.gz
KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.tar.bz2
KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.zip
[ci skip] no strings - cpp files - typo corrections
Diffstat (limited to 'src/modules/action')
-rw-r--r--src/modules/action/libkviaction.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/action/libkviaction.cpp b/src/modules/action/libkviaction.cpp
index 67a9f9366..df1f8c03f 100644
--- a/src/modules/action/libkviaction.cpp
+++ b/src/modules/action/libkviaction.cpp
@@ -289,7 +289,7 @@ static bool action_kvs_cmd_destroy(KviKvsModuleCommandCall * c)
!sw: -l | --enable-at-login
Specifies that the action needs to be enabled at login time, that is
- when a link to the server has been estabilished but the login
+ when a link to the server has been established but the login
operations haven't been carried out yet (and thus there is no real IRC connection).
This switch requires -c to work.
@@ -302,11 +302,11 @@ static bool action_kvs_cmd_destroy(KviKvsModuleCommandCall * c)
!sw: -s | --selected-only
Specifies that the action will be activated only if the active window
has selected users in the userlist. This switch requires -w with a combination
- of flags 'q','c' and 'x' (it doesn't work for dcc chat).
+ of flags 'q','c' and 'x' (it doesn't work for DCC chat).
!sw: -t=<category> | --category=<category>
Causes the action to belong to the specified category.
- <category> can be one of "irc","scripting","settings","gui","channel","tools" and "generic".
+ <category> can be one of "IRC","scripting","settings","GUI","channel","tools" and "generic".
If this switch is omitted the "generic" category is automatically assumed.
The actions failing in the "tools" category will appear in the "Tools" KVIrc menu too.
@@ -321,7 +321,7 @@ static bool action_kvs_cmd_destroy(KviKvsModuleCommandCall * c)
[/p]
[p]
Each action has an unique <name> that must not collide with any core action
- (i.e. don't use the "kvirc." prefix).
+ (i.e. don't use the "KVIrc." prefix).
At any time you can check [cmd]action.list[/cmd] to verify that no core action
is already using your <name>. If the <name> was already used for a script action
then this action is simply replaced by the new one.
@@ -350,7 +350,7 @@ static bool action_kvs_cmd_destroy(KviKvsModuleCommandCall * c)
[p]
<action body> is the callback code snippet that will be triggered when this action is activated
either by the means of [cmd]action.trigger[/cmd], a toolbar button or a menu item selection.
- An empty <action body> causes this command to behave like [cmd]action.destoy[/cmd] <name>.
+ An empty <action body> causes this command to behave like [cmd]action.destroy[/cmd] <name>.
[/p]
@seealso:
[cmd]action.destroy[/cmd], [cmd]action.trigger[/cmd]