mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 08:02:13 +02:00
!channel fixes.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2803 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ede752530e
commit
3ecf864f18
6 changed files with 38 additions and 5 deletions
|
|
@ -643,7 +643,9 @@ void expandos_init(void)
|
|||
"window server changed", EXPANDO_ARG_WINDOW, NULL);
|
||||
expando_create("itemname", expando_itemname,
|
||||
"window changed", EXPANDO_ARG_NONE,
|
||||
"window item changed", EXPANDO_ARG_WINDOW, NULL);
|
||||
"window item changed", EXPANDO_ARG_WINDOW,
|
||||
"window item name changed", EXPANDO_ARG_WINDOW_ITEM,
|
||||
NULL);
|
||||
|
||||
read_settings();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue