diff options
author | Jari Matilainen <jari.matilainen@gmail.com> | 2016-07-17 17:28:21 +0200 |
---|---|---|
committer | Jari Matilainen <jari.matilainen@gmail.com> | 2016-07-17 17:28:21 +0200 |
commit | ccf1ca124b780d18caad88d3c460d066c12e3eec (patch) | |
tree | f4083d855dfcc7353986d84c7d0a53bffa03eecd /docs | |
parent | b8f7eaad40d66b653fa1ff2ed366954e6e8d9732 (diff) | |
download | irssi-ccf1ca124b780d18caad88d3c460d066c12e3eec.zip |
Wrong order in the arguments in /hilight example, -mask doesn't take a parameter
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/hilight.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/hilight.in b/docs/help/in/hilight.in index 2f396430..0726e5e7 100644 --- a/docs/help/in/hilight.in +++ b/docs/help/in/hilight.in @@ -32,7 +32,7 @@ /HILIGHT /HILIGHT mike /HILIGHT -regexp mi+ke+ - /HILIGHT -mask bob!*@*.irssi.org -color %%G + /HILIGHT -mask -color %%G bob!*@*.irssi.org /HILIGHT -full -color %%G -actcolor %%Y redbull %9References:%9 |