diff options
author | joe <rbo@gmx.us> | 2025-09-22 18:43:45 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-22 18:43:45 +0200 |
commit | 7eb27907f58f0f6e1632649076f20361f6a50116 (patch) | |
tree | 3d40e61f190a426d3553096b458a858cff39cf45 /.local/share | |
parent | up (diff) | |
download | dotfiles-bsd-7eb27907f58f0f6e1632649076f20361f6a50116.tar.gz dotfiles-bsd-7eb27907f58f0f6e1632649076f20361f6a50116.tar.bz2 dotfiles-bsd-7eb27907f58f0f6e1632649076f20361f6a50116.tar.xz dotfiles-bsd-7eb27907f58f0f6e1632649076f20361f6a50116.tar.zst dotfiles-bsd-7eb27907f58f0f6e1632649076f20361f6a50116.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .local/share/irssi/gruvbox.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/irssi/gruvbox.theme b/.local/share/irssi/gruvbox.theme index 5cb7b84..4710029 100644 --- a/.local/share/irssi/gruvbox.theme +++ b/.local/share/irssi/gruvbox.theme @@ -319,9 +319,9 @@ formats = { msg_private = "{privmsg $nickcolor$0 $1}$2"; msg_private_query = "{privmsgnick $nickcolor$0}$2"; join = "%K{channick_hilight $0} %K{chanhost_hilight $1} %Khas joined %K{channel $2}"; - part = "%K{channick $0} %K{chanhost $1} %Khas left %K{channel $2}%K{reason $3}"; + part = "%K{channick $0} %K{chanhost $1} %Khas left %K{channel $2} %K{reason $3}"; quit = "%K{channick $0} %K{chanhost $1} %Khas quit %K{reason $2}"; - kick = "%r{channick $0} %Kwas kicked from %r{channel $1} %Kby %r{nick $2}%r{reason $3}"; + kick = "%r{channick $0} %Kwas kicked from %r{channel $1} %Kby %r{nick $2} %r{reason $3}"; nick_changed = "%W{channick_hilight $0} %Kis now known as %W{channick_hilight $1}"; }; }; |