summaryrefslogtreecommitdiff
path: root/src/fe-common/irc/fe-irc-messages.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-12-03 19:50:21 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-12-03 19:50:21 +0000
commitaa3513eaaf44bbdde6f05d605ab5b54fe3f031a5 (patch)
tree27481c831e1cdfe2a99661fb502fedc2e58d19e2 /src/fe-common/irc/fe-irc-messages.c
parent544af9942e57b5262fed1a5c30ee108aeb747d08 (diff)
downloadirssi-aa3513eaaf44bbdde6f05d605ab5b54fe3f031a5.zip
Show @#channel notices as regular notices again. Don't hilight it or @#channel msgs.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2184 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/fe-irc-messages.c')
-rw-r--r--src/fe-common/irc/fe-irc-messages.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-common/irc/fe-irc-messages.c b/src/fe-common/irc/fe-irc-messages.c
index 92a66460..b22f5cea 100644
--- a/src/fe-common/irc/fe-irc-messages.c
+++ b/src/fe-common/irc/fe-irc-messages.c
@@ -85,8 +85,8 @@ static void sig_message_irc_op_public(SERVER_REC *server, const char *msg,
optarget = g_strconcat("@", target, NULL);
printformat_module("fe-common/core", server, target,
- MSGLEVEL_PUBLIC | MSGLEVEL_HILIGHT,
- TXT_PUBMSG_ME_CHANNEL,
+ MSGLEVEL_PUBLIC,
+ TXT_PUBMSG_CHANNEL,
nick, optarget, msg, nickmode);
g_free(optarget);
}