summaryrefslogtreecommitdiffstats
path: root/.local/share
diff options
context:
space:
mode:
Diffstat (limited to '.local/share')
-rw-r--r--.local/share/irssi/gruvbox.theme4
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}";
};
};