Age | Commit message (Collapse) | Author |
|
colon before the channel name (closes #83)
The problem was only affecting scripts or triggers using the parser.
The irc plugin does not use the "channel" variable built by the parser
(when parsing JOIN/PART messages).
|
|
|
|
pointers (WeeChat protocol)
|
|
|
|
|
|
|
|
|
|
(closes #86)
|
|
|
|
|
|
|
|
|
|
|
|
from string to integer (in scripts)
|
|
|
|
irc.look.display_join_message (closes #75)
|
|
|
|
WeeChat disconnects any client when a frame with length 0 is recieved.
|
|
|
|
name contains dots
|
|
|
|
|
|
Only the nick is optional is this infolist (server and channel are required).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The charset is used only when the message is not UTF-8 valid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#12163, closes #48)
This option replaces the option irc.look.item_channel_modes_hide_key.
It is now a string, so channel modes arguments can be hidden using many
channel modes (or all, with "*").
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in command /exec
|
|
|
|
|
|
|
|
The filter can be set with /trigger monitor <filter> or by entering data
in the trigger monitor input.
|
|
|