mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
multiprotocol fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@694 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4e4ba04b7e
commit
195d49f338
@ -367,6 +367,9 @@ static GList *completion_msg(IRC_SERVER_REC *win_server,
|
|||||||
|
|
||||||
for (tmp = servers; tmp != NULL; tmp = tmp->next) {
|
for (tmp = servers; tmp != NULL; tmp = tmp->next) {
|
||||||
IRC_SERVER_REC *rec = tmp->data;
|
IRC_SERVER_REC *rec = tmp->data;
|
||||||
|
|
||||||
|
if (!IS_IRC_SERVER(rec))
|
||||||
|
continue;
|
||||||
|
|
||||||
if (rec == win_server)
|
if (rec == win_server)
|
||||||
newprefix = g_strdup(prefix);
|
newprefix = g_strdup(prefix);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user