mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Use again MSGLEVEL_NICKS for printing a nick change in queries, broken in
r2389. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4556 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f0cf56bda4
commit
d434820cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ static void signal_query_nick_changed(QUERY_REC *query, const char *oldnick)
|
|||
g_return_if_fail(query != NULL);
|
||||
|
||||
format_create_dest_tag(&dest, query->server, query->server_tag,
|
||||
query->name, MSGLEVEL_CLIENTNOTICE, NULL);
|
||||
query->name, MSGLEVEL_NICKS, NULL);
|
||||
|
||||
/* don't print the nick change message if only the case was changed */
|
||||
if (g_strcasecmp(query->name, oldnick) != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue