Remove nick mode "msgnick = "%w(%g$1%w)> %|";
This commit is contained in:
parent
abf0a9f299
commit
54447211ff
|
@ -75,7 +75,8 @@ abstracts = {
|
||||||
##
|
##
|
||||||
|
|
||||||
# the basic styling of how to print message, $0 = nick mode, $1 = nick
|
# 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
|
# message from you is printed. "msgownnick" specifies the styling of the
|
||||||
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
|
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
|
||||||
|
|
|
@ -75,7 +75,8 @@ abstracts = {
|
||||||
##
|
##
|
||||||
|
|
||||||
# the basic styling of how to print message, $0 = nick mode, $1 = nick
|
# 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
|
# message from you is printed. "msgownnick" specifies the styling of the
|
||||||
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
|
# nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user