diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2015-02-01 23:39:15 +0100 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2015-02-01 23:39:15 +0100 |
commit | e2462b78399af7ce5339d97b0ae87aa280d608c6 (patch) | |
tree | ee5ea10eb640748cde32aef1f3965607854a0416 | |
parent | 93ef4d0aa676498cbd1218258d72aebd76245720 (diff) | |
parent | 378cab29f42beb75b6168afdc342ce1b2c21fcdd (diff) | |
download | irssi-e2462b78399af7ce5339d97b0ae87aa280d608c6.zip |
Merge pull request #214 from pierrot14/master
Fix comment in default.theme: msgownnick -> ownnick
-rw-r--r-- | default.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.theme b/default.theme index ac99356a..6b6aeab8 100644 --- a/default.theme +++ b/default.theme @@ -120,7 +120,7 @@ abstracts = { # the basic styling of how to print message, $0 = nick mode, $1 = nick msgnick = "%K<%n$0$1-%K>%n %|"; - # message from you is printed. "msgownnick" specifies the styling of the + # message from you is printed. "ownnick" specifies the styling of the # nick ($0 part in msgnick) and "ownmsgnick" specifies the styling of the # whole line. |