mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Irssi::ignores() wasn't working, it looked at the server list..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2254 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1410b3bc4c
commit
4dff614333
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ ignores()
|
|||
PREINIT:
|
||||
GSList *tmp;
|
||||
PPCODE:
|
||||
for (tmp = servers; tmp != NULL; tmp = tmp->next) {
|
||||
for (tmp = ignores; tmp != NULL; tmp = tmp->next) {
|
||||
XPUSHs(sv_2mortal(plain_bless(tmp->data, "Irssi::Ignore")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue