diff options
Diffstat (limited to 'src/modules/chan/libkvichan.cpp')
-rw-r--r-- | src/modules/chan/libkvichan.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp index a2ff3bb3..b7600f81 100644 --- a/src/modules/chan/libkvichan.cpp +++ b/src/modules/chan/libkvichan.cpp @@ -1040,7 +1040,7 @@ static bool chan_kvs_fnc_limit(KviKvsModuleFunctionCall * c) "ovhn" are mode flags: the users are added to the array only if they are channel administrators ('a'), operators ('o'), voiced users ('v'), half-operators ('h'), user-operators ('u') or unflagged ('n') users. (Unflagged means not operators, not voiced and not half-operators). If none of the "ovhun" flags are used, KVIrc behaves like all five were passed.[br] - The flag 'm' causes the entire user tqmasks to be added to the + The flag 'm' causes the entire user masks to be added to the array entries, as known by KVIrc at the moment of this function call.[br] The flag 'i' causes KVIrc to invert the match and add only the users that do NOT match [tqmask].[br] Please note that on really large channels this function may be time consuming (especially if [tqmask] is used): @@ -1182,11 +1182,11 @@ next_item: @title: $chan.banlist @short: - Returns an array of channel ban tqmasks + Returns an array of channel ban masks @syntax: $chan.banlist([window_id]) @description: - Returns an array of ban tqmasks set ont the channel identified by [window_id].[br] + Returns an array of ban masks set ont the channel identified by [window_id].[br] If [window_id] is empty, the current window is used.[br] If the window designated by [window_id] is not a channel a warning is printed and an empty array is returned.[br] */ @@ -1225,11 +1225,11 @@ static bool chan_kvs_fnc_banlist(KviKvsModuleFunctionCall * c) @title: $chan.banexceptionlist @short: - Returns an array of channel ban exception tqmasks + Returns an array of channel ban exception masks @syntax: <array> $chan.banexceptionlist([window_id]) @description: - Returns an array of ban exception tqmasks set ont the channel identified by [window_id].[br] + Returns an array of ban exception masks set ont the channel identified by [window_id].[br] If [window_id] is empty, the current window is used.[br] If the window designated by [window_id] is not a channel a warning is printed and an empty array is returned.[br] */ @@ -1268,11 +1268,11 @@ static bool chan_kvs_fnc_banexceptionlist(KviKvsModuleFunctionCall * c) @title: $chan.invitelist @short: - Returns an array of channel invite tqmasks + Returns an array of channel invite masks @syntax: <array> $chan.banexceptionlist([window_id]) @description: - Returns an array of invite tqmasks set ont the channel identified by [window_id].[br] + Returns an array of invite masks set ont the channel identified by [window_id].[br] If [window_id] is empty, the current window is used.[br] If the window designated by [window_id] is not a channel a warning is printed and an empty array is returned.[br] */ |