mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
users/kat/weechat: Add parse_relayed_msg.pl
This commit is contained in:
parent
5fa27d3eb2
commit
0689849cf2
1 changed files with 12 additions and 7 deletions
|
|
@ -37,6 +37,7 @@ with lib;
|
||||||
go
|
go
|
||||||
auto_away
|
auto_away
|
||||||
autosort
|
autosort
|
||||||
|
parse_relayed_msg
|
||||||
colorize_nicks
|
colorize_nicks
|
||||||
unread_buffer
|
unread_buffer
|
||||||
urlgrab
|
urlgrab
|
||||||
|
|
@ -115,8 +116,6 @@ with lib;
|
||||||
current_buffer_suffix = " [";
|
current_buffer_suffix = " [";
|
||||||
title_suffix = " ]";
|
title_suffix = " ]";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
vimode = {
|
vimode = {
|
||||||
copy_clipboard_cmd = "wl-copy";
|
copy_clipboard_cmd = "wl-copy";
|
||||||
paste_clipboard_cmd = "wl-paste --no-newline";
|
paste_clipboard_cmd = "wl-paste --no-newline";
|
||||||
|
|
@ -155,11 +154,17 @@ with lib;
|
||||||
notify_send.icon = "";
|
notify_send.icon = "";
|
||||||
go.short_name = true;
|
go.short_name = true;
|
||||||
};
|
};
|
||||||
perl.highmon = {
|
perl = {
|
||||||
short_names = "on";
|
highmon = {
|
||||||
output = "buffer";
|
short_names = "on";
|
||||||
merge_private = "on";
|
output = "buffer";
|
||||||
alignment = "nchannel,nick";
|
merge_private = "on";
|
||||||
|
alignment = "nchannel,nick";
|
||||||
|
};
|
||||||
|
parse_relayed_msg = {
|
||||||
|
servername = "espernet";
|
||||||
|
supported_bot_names = "cord";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
irc = {
|
irc = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue