diff options
author | Timo Sirainen <cras@irssi.org> | 2000-12-10 05:51:52 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-12-10 05:51:52 +0000 |
commit | 2937e72a686847bae3ac974159af9d0b56f0052b (patch) | |
tree | 535831bfd4aa7f9319789eeddfa8ba00256ce96b /src/core/expandos.c | |
parent | 9681252b4c4d44a9d2c8d6ea1ddd0476a20e1fc3 (diff) | |
download | irssi-2937e72a686847bae3ac974159af9d0b56f0052b.zip |
fixed $topic uninit
added $winref
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@989 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/expandos.c')
-rw-r--r-- | src/core/expandos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/expandos.c b/src/core/expandos.c index 2dbb252e..1dbd95ac 100644 --- a/src/core/expandos.c +++ b/src/core/expandos.c @@ -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); |