diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-20 19:21:17 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:38:10 +0200 |
commit | 88c206731fd7f32760058f9405f12a3fa19d3bd1 (patch) | |
tree | 07164ce556aa3313f3f96290a578668c5f5a5760 | |
parent | efd826e0f88e94662c0369c3b7357dddfe41983c (diff) | |
download | dotfiles-88c206731fd7f32760058f9405f12a3fa19d3bd1.tar.xz |
weechat: Add userlabels
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | weechat/plugins.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weechat/plugins.conf b/weechat/plugins.conf index accaac2..862e6e6 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -253,6 +253,8 @@ python.whois_on_query.command = "/whois $nick $nick" python.whois_on_query.self_query = "off" ruby.check_license = "on" tcl.check_license = "on" +trigger.userlabel.155.4.14.21 = "[idiot]" +trigger.userlabel.unaffiliated/kbdkode = "[banana]" [desc] perl.beep.beep_command_dcc = "command for beep on dcc, special value "$bell" is allowed, as well as "$bell;command" (default: "$bell")" |