diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-14 01:02:07 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-14 01:02:07 -0700 |
commit | 03b9addbf1ef9a3ccb19a81af551029bb5206dd3 (patch) | |
tree | 317e99fcf10591f90afe1924244f3828455e8a2d /home/xyz/.config/weechat | |
parent | d112ae4794d95055999e5aa2cbe3c1059c8c387d (diff) |
weechat, use /query ... instead of /msg ... info, so open a new chat buffer no need to send a message
Diffstat (limited to 'home/xyz/.config/weechat')
-rw-r--r-- | home/xyz/.config/weechat/irc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.config/weechat/irc.conf b/home/xyz/.config/weechat/irc.conf index 6a935f7e..994337b8 100644 --- a/home/xyz/.config/weechat/irc.conf +++ b/home/xyz/.config/weechat/irc.conf @@ -193,7 +193,7 @@ bitlbee.username bitlbee.realname bitlbee.local_hostname bitlbee.usermode -bitlbee.command = "/msg &bitlbee identify ${sec.data.password}; /msg cheogramcom info" +bitlbee.command = "/msg &bitlbee identify ${sec.data.password}; /query cheogramcom" bitlbee.command_delay bitlbee.autojoin bitlbee.autorejoin |