irssi: do not show channel name on notices

its already in the channel's window
This commit is contained in:
xfnw 2022-06-11 19:05:53 -04:00
parent aa4a79305e
commit f8966743f2
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ abstracts = {
# notices
ownnotice = "[%r$0%K(%R$1-%K)]%n ";
notice = "%K-%M$*%K-%n ";
pubnotice_channel = "%K:%m$*";
pubnotice_channel = "";
pvtnotice_host = "%K(%m$*%K)";
servernotice = "%g!$*%n ";