1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Print own mode changes immediately to screen without the 2sec wait.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1175 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-31 21:21:19 +00:00 committed by cras
parent 9044226d6e
commit 4dd1d73f80

View File

@ -183,7 +183,7 @@ static void sig_message_mode(IRC_SERVER_REC *server, const char *channel,
chanrec = !group_multi_mode ? NULL :
irc_channel_find(server, channel);
if (chanrec != NULL)
if (chanrec != NULL && g_strcasecmp(nick, server->nick) != 0)
msg_multi_mode(chanrec, nick, addr, mode);
else {
printformat(server, channel, MSGLEVEL_MODES,