aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/context
diff options
context:
space:
mode:
authorGravatar Andrio Celos2020-07-16 00:16:58 +1000
committerGravatar GitHub2020-07-15 16:16:58 +0200
commit04d169900f175e33a6249b9e1a449f1548363696 (patch)
tree3381a63870663e2be2e35455f3be0a0cf6a6c2c0 /src/modules/context
parentpull po updates from Transifex (diff)
downloadKVIrc-04d169900f175e33a6249b9e1a449f1548363696.tar.gz
KVIrc-04d169900f175e33a6249b9e1a449f1548363696.tar.bz2
KVIrc-04d169900f175e33a6249b9e1a449f1548363696.zip
KVS quit command aborts delayed reconnect (#2461)
Diffstat (limited to 'src/modules/context')
-rw-r--r--src/modules/context/libkvicontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/context/libkvicontext.cpp b/src/modules/context/libkvicontext.cpp
index 11eaaf93c..b51c8a9d2 100644
--- a/src/modules/context/libkvicontext.cpp
+++ b/src/modules/context/libkvicontext.cpp
@@ -401,7 +401,7 @@ STANDARD_IRC_CONNECTION_TARGET_PARAMETER(
<string> $context.state(<irc_context_id:uint>)
@description:
Returns a string describing the state of the specified IRC context.
- The string will be either [i]idle[/i], [i]connecting[/i], [i]loggingin[/i] or [i]connected[/i].
+ The string will be either [i]idle[/i], [i]pending[/i], [i]connecting[/i], [i]loggingin[/i] or [i]connected[/i].
If no irc_context_id is specified then the current irc_context is used.
If the irc_context_id specification is not valid then this function
returns nothing.