diff options
| author | 2017-01-01 06:50:38 -0500 | |
|---|---|---|
| committer | 2017-01-01 06:50:38 -0500 | |
| commit | a70718fddd1eb74869e6589db085309a337053c0 (patch) | |
| tree | bc0f744c85ac636a095b68579ffce0e112c5b2e6 /src/modules/chan/libkvichan.cpp | |
| parent | KviIrcSocket: Use a unique pointer for the timer (diff) | |
| download | KVIrc-a70718fddd1eb74869e6589db085309a337053c0.tar.gz KVIrc-a70718fddd1eb74869e6589db085309a337053c0.tar.bz2 KVIrc-a70718fddd1eb74869e6589db085309a337053c0.zip | |
libkvichan: Fix typo in documentation
Fixes #2168
Diffstat (limited to 'src/modules/chan/libkvichan.cpp')
| -rw-r--r-- | src/modules/chan/libkvichan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp index 005bb25fc..05621ff98 100644 --- a/src/modules/chan/libkvichan.cpp +++ b/src/modules/chan/libkvichan.cpp @@ -1407,7 +1407,7 @@ static bool chan_kvs_fnc_banexceptionlist(KviKvsModuleFunctionCall * c) @short: Returns an array of channel invite masks @syntax: - <array> $chan.banexceptionlist([window_id]) + <array> $chan.invitelist([window_id]) @description: Returns an array of invite masks set on the channel identified by [window_id].[br] If [window_id] is empty, the current window is used.[br] |
