1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

Fixed /topic completion when no topic set on current channel (bug #19322)

This commit is contained in:
Sebastien Helleu
2007-03-16 11:49:58 +00:00
parent 4d64128ef2
commit aa149dcfbc
6 changed files with 12 additions and 14 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2007-03-12
ChangeLog - 2007-03-16
Version 0.2.4 (under dev!):
* fixed /topic completion when no topic set on current channel (bug #19322)
* improved password hiding, code cleanup (bug #19229)
* added new return code in plugin API to force highlight (for message
handlers only)