diff options
Diffstat (limited to 'doc/en/weechat_dev.en.adoc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index e6a815fc3..3733bb0d8 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -253,7 +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-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. |