summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-channels.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-15 07:31:25 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-15 07:31:25 +0000
commite30c1b4f8e3d74712d8e474277dc350082aa9f75 (patch)
tree37e73e4bb1ad04c9a1dea4a69639a5401025dff1 /src/fe-common/core/fe-channels.c
parent3dc9cbbf243f6910d87c149579459dcb0382d94b (diff)
downloadirssi-e30c1b4f8e3d74712d8e474277dc350082aa9f75.zip
Some /NAMES fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2441 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/fe-channels.c')
-rw-r--r--src/fe-common/core/fe-channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-channels.c b/src/fe-common/core/fe-channels.c
index 95829a35..64c5214c 100644
--- a/src/fe-common/core/fe-channels.c
+++ b/src/fe-common/core/fe-channels.c
@@ -496,7 +496,7 @@ void fe_channels_nicklist(CHANNEL_REC *channel, int flags)
g_slist_free(sorted);
printformat(channel->server, channel->name,
- MSGLEVEL_CLIENTCRAP, TXT_ENDOFNAMES,
+ MSGLEVEL_CLIENTNOTICE, TXT_ENDOFNAMES,
channel->name, nicks, ops, halfops, voices, normal);
}