From 54447211ffae94cd357fcc1ad80a3a4c44b0d9ac Mon Sep 17 00:00:00 2001 From: q3aql Date: Fri, 4 Mar 2016 15:28:28 +0100 Subject: [PATCH] Remove nick mode "msgnick = "%w(%g$1%w)> %|"; --- themes/q3aql-light.theme | 3 ++- themes/q3aql.theme | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/q3aql-light.theme b/themes/q3aql-light.theme index 1492534..aa6e550 100644 --- a/themes/q3aql-light.theme +++ b/themes/q3aql-light.theme @@ -75,7 +75,8 @@ abstracts = { ## # the basic styling of how to print message, $0 = nick mode, $1 = nick - msgnick = "%w(%G$0$1%w)> %|"; + #msgnick = "%w(%G$0$1%w)> %|"; + msgnick = "%w(%G$1%w)> %|"; # message from you is printed. "msgownnick" specifies the styling of the # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the diff --git a/themes/q3aql.theme b/themes/q3aql.theme index 7b6464f..a91e12f 100644 --- a/themes/q3aql.theme +++ b/themes/q3aql.theme @@ -75,7 +75,8 @@ abstracts = { ## # the basic styling of how to print message, $0 = nick mode, $1 = nick - msgnick = "%w(%g$0$1%w)> %|"; + #msgnick = "%w(%g$0$1%w)> %|"; + msgnick = "%w(%g$1%w)> %|"; # message from you is printed. "msgownnick" specifies the styling of the # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the