updates
[silc.git] / apps / irssi / default.theme
index 321f3bb5e9164c1de9521180856c6a3b83da0016..4e1ec830900776a875a5d5c96189603978f50a88 100644 (file)
@@ -119,20 +119,20 @@ abstracts = {
   ##
 
   # Generic action
-  action = "%Y* $0-";
+  action = "%Y* $0 $1-";
 
   # Own sent action
-  ownaction = "%c* $0-";
+  ownaction = "%c* $0 $1-";
 
   ##
   ## Notice (/NOTICE command)
   ##
 
   # Generic notice
-  notice = "%C- $0-";
+  notice = "%C- $0 $1-";
 
   # Own sent notice
-  ownnotice = "%g- $0";
+  ownnotice = "%g- $0 $1-";
 
 
   ##