mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
fixed $topic uninit
added $winref git-svn-id: http://svn.irssi.org/repos/irssi/trunk@989 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9681252b4c
commit
2937e72a68
4 changed files with 48 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ void expandos_deinit(void)
|
|||
|
||||
expando_destroy("sysname", expando_sysname);
|
||||
expando_destroy("sysrelease", expando_sysrelease);
|
||||
expando_destroy("topic", expando_servertag);
|
||||
expando_destroy("topic", expando_topic);
|
||||
expando_destroy("tag", expando_servertag);
|
||||
expando_destroy("chatnet", expando_chatnet);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue