summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSimmo Saan <simmo.saan@gmail.com>2018-03-24 17:01:50 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-03-24 17:01:50 +0100
commitd77e1ea49950f1f537194368cc4d003bb8667d41 (patch)
tree62c4cddaa9af9f59417e3d262b05b10e012d13f8 /doc/en
parentb2f971d4b046ae49b01f926f5617a0542c21d5d3 (diff)
downloadweechat-d77e1ea49950f1f537194368cc4d003bb8667d41.zip
irc: add indexed ban list, add completion for /unban and /unquiet (closes #597, task #11374, task #10876)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_dev.en.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc
index 3fe02b9ac..e6a815fc3 100644
--- a/doc/en/weechat_dev.en.adoc
+++ b/doc/en/weechat_dev.en.adoc
@@ -253,6 +253,7 @@ WeeChat "core" is located in following directories:
|       irc-input.c | Input of commands/text.
|       irc-message.c | Functions to manipulate IRC messages.
|       irc-mode.c | Functions about channel/nick modes.
+| irc-modelist.c | IRC channel mode lists (+b, +e, +I)
|       irc-msgbuffer.c | Target buffer for IRC messages.
|       irc-nick.c | IRC nicks.
|       irc-notify.c | IRC notify lists.