mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -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
@ -368,6 +368,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);
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user