aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/chan/libkvichan.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-12-31 15:21:57 +0000
committerGravatar Fabio Bas2010-12-31 15:21:57 +0000
commitfebeca5824b2f0fff527a12884bfb3e08729c39b (patch)
treeaf96253afaee9a8264ae8dfd87c397a9fb522dd6 /src/modules/chan/libkvichan.cpp
parentfix for #1063 (diff)
downloadKVIrc-febeca5824b2f0fff527a12884bfb3e08729c39b.tar.gz
KVIrc-febeca5824b2f0fff527a12884bfb3e08729c39b.tar.bz2
KVIrc-febeca5824b2f0fff527a12884bfb3e08729c39b.zip
moved around some header hopefully minimizing recompilation times on small changes
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/chan/libkvichan.cpp')
-rw-r--r--src/modules/chan/libkvichan.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/chan/libkvichan.cpp b/src/modules/chan/libkvichan.cpp
index 702a7a7ee..fad936528 100644
--- a/src/modules/chan/libkvichan.cpp
+++ b/src/modules/chan/libkvichan.cpp
@@ -270,9 +270,9 @@ static bool chan_kvs_fnc_topicsetat(KviKvsModuleFunctionCall * c)
is a channel at all). If the current window is not a channel, a warning is printed
and an empty string is returned.[br]
The second form returns the number of users on the channel specified by <window_id>.[br]
- The number of users is returned if it is known form at the call time: this means that
- if the channel is not synchronized with the server (as just after the join, for example)
- you might get a number that is actually smaller.[br]
+ The number of users returned depends on the state of KVIrc's data on the channel, which will be
+ out-of-synch with the server just after the channel is joined. If the function is used prior to
+ the channel's OnChannelSync event, a smaller user count than there really is will be returned.
*/
static bool chan_kvs_fnc_usercount(KviKvsModuleFunctionCall * c)
{