Remove nick mode "msgnick = "%w(%g$1%w)> %|";

This commit is contained in:
q3aql 2016-03-04 15:28:28 +01:00
parent abf0a9f299
commit 54447211ff
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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