aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar wodim2017-03-02 22:58:09 +0100
committerGravatar wodim2017-03-02 22:58:09 +0100
commit1c936aed637628fe423aa671b666ec360ac41353 (patch)
tree5ff965ede51353d2b5c1c3d1e3a91073497c89cd /src/modules
parentswitch to the correct window even if it's open already (diff)
downloadKVIrc-1c936aed637628fe423aa671b666ec360ac41353.tar.gz
KVIrc-1c936aed637628fe423aa671b666ec360ac41353.tar.bz2
KVIrc-1c936aed637628fe423aa671b666ec360ac41353.zip
misc doc fixes
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/chan/libkvichan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp
index 05621ff98..bc655fa08 100644
--- a/src/modules/chan/libkvichan.cpp
+++ b/src/modules/chan/libkvichan.cpp
@@ -1152,7 +1152,7 @@ static bool chan_kvs_fnc_modeParam(KviKvsModuleFunctionCall * c)
if it matches the [mask].[br]
[flags] may contain a subset of the letters [b]aovhnmi[/b]:[br]
[b]ovhn[/b] are mode flags: the users are added to the array only if they are channel administrators [b]a[/b], operators [b]o[/b],
- voiced users [b]v[/b], half-operators [b]h[/b], user-operators [b]u[/b] or unflagged [b]n[b] users. (Unflagged means not operators, not
+ voiced users [b]v[/b], half-operators [b]h[/b], user-operators [b]u[/b] or unflagged [b]n[/b] users. (Unflagged means not operators, not
voiced and not half-operators). If none of the [b]ovhun[/b] flags are used, KVIrc behaves like all five were passed.[br]
The flag [b]m[/b] causes the entire user masks to be added to the
array entries, as known by KVIrc at the moment of this function call.[br]