1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

Allow use of wildcards for /alias list (patch #6925)

This commit is contained in:
Sebastien Helleu
2009-09-30 17:44:49 +02:00
parent ebd17f79eb
commit 5a0a2cfcb9
12 changed files with 128 additions and 89 deletions
+1
View File
@@ -12,6 +12,7 @@ Version 0.3.1 (under dev!)
* core: fix plural form in translation files (bug #27430)
* core: fix terminal title bug: do not reset it when option
weechat.look.set_title is off (bug #27399)
* alias: allow use of wildcards for /alias list (patch #6925)
* alias: fix bug with arguments (bug #27440)
* irc: add options for CTCP, to block/customize CTCP reply (task #9693)
* irc: add missing CTCP: clientinfo, finger, source, time, userinfo (task #7270)