Age | Commit message (Collapse) | Author |
|
Commands 716/717 are returned if the target user has mode +g, they look like
this:
:server 716 my_nick bob :is in +g mode and must manually allow you to message them. Your message was discarded.
:server 717 my_nick bob :has been informed that you messaged them.
|
|
|
|
#1808)
|
|
|
|
|
|
|
|
|
|
irc_input_user_message_display
|
|
(issue #139)
|
|
|
|
(issue #139)
|
|
enabled (issue #139, issue #1577)
|
|
|
|
|
|
Now when doing `/me` (without arguments), the message sent is:
PRIVMSG #test :\x01ACTION\x01
instead of:
PRIVMSG #test :\x01ACTION \x01
|
|
|
|
(closes #1577, issue #139)
|
|
|
|
|
|
closes #207)
|
|
buffer (issue #139)
|
|
|
|
is enabled (issue #139)
|
|
is enabled (issue #139)
|
|
enabled (issue #139)
|
|
enabled (issue #139)
|
|
|
|
(issue #139)
The status PRIVMSG and NOTICE are now displayed the same way for outgoing and
received messages:
Msg(alice) -> @#test: message for ops
Notice(alice) -> @#test: notice for ops
And any message like this is displayed with these tags if the nick is self
nick (case of a bouncer or if capability "echo-message" is enabled):
"self_msg", "notify_none", "no_highlight".
|
|
The order of tags in message doesn't matter, but this is for the sake of
consistency with the other messages displayed.
|
|
|
|
|
|
#1942)
With this function, buffer properties are set when the buffer is created and
can be read immediately by other plugins/scripts, for example in a callback of
signal "buffer_opened".
|
|
|
|
|
|
|
|
from WeeChat < 4.0.0 (issue #1927)
|
|
|
|
https://ircv3.net/specs/extensions/utf8-only
|
|
`${sec.data.xxx}` and option autojoin_dynamic is enabled (closes #1934)
|
|
banned on channel (closes #88)
|
|
|
|
|
|
|
|
|
|
Changes:
- use "=" to separate key from value, add it only if value is set (any string,
including empty string)
- do not convert "_" to "-" in key
|
|
enabled (issue #1923)
|
|
|
|
|
|
draft/multiline is enabled (issue #1923)
|
|
(closes #1927)
|