summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-08-22 19:28:19 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-08-22 19:28:19 +0200
commit7f3d7e5f29eadd0e805131b768efe5faa656d903 (patch)
tree5b7d92882001d6a58ded9bc3c47bec5571d8de6a /doc/en/autogen
parent7aaac8d6981a6a54179c7ae7dec1a479638278de (diff)
downloadweechat-7f3d7e5f29eadd0e805131b768efe5faa656d903.zip
irc: generate alternate nicks dynamically when all nicks are already in use (task #12209)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/plugin_api/hdata.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt
index 4c1276f56..8bbac8e95 100644
--- a/doc/en/autogen/plugin_api/hdata.txt
+++ b/doc/en/autogen/plugin_api/hdata.txt
@@ -149,6 +149,7 @@
'nicks_count' (integer) +
'nicks_array' (string, array_size: 'nicks_count') +
'nick_first_tried' (integer) +
+ 'nick_alternate_number' (integer) +
'nick' (string) +
'nick_modes' (string) +
'isupport' (string) +