From febeca5824b2f0fff527a12884bfb3e08729c39b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Fri, 31 Dec 2010 15:21:57 +0000 Subject: 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 --- src/modules/chan/libkvichan.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/chan/libkvichan.cpp') 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 .[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) { -- cgit v1.3.1-10-gc9f91