mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
Fixed bug when adding alias with same name as other
This commit is contained in:
@@ -5,6 +5,7 @@ ChangeLog - 2004-10-03
|
||||
|
||||
|
||||
Version 0.0.8 (under dev!):
|
||||
* fixed bug when adding alias with same name as other
|
||||
* /buffer command developed (buffers list, move and notify)
|
||||
* logging buffers to disk (server/channel/private according to user prefs)
|
||||
* Away now announced in channels, and config option "look_display_away" added
|
||||
|
||||
@@ -981,7 +981,7 @@ config_read ()
|
||||
if (section == CONFIG_SECTION_ALIAS)
|
||||
{
|
||||
if (alias_new (line, pos))
|
||||
index_command_new (pos);
|
||||
index_command_new (line);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -5,6 +5,7 @@ ChangeLog - 2004-10-03
|
||||
|
||||
|
||||
Version 0.0.8 (under dev!):
|
||||
* fixed bug when adding alias with same name as other
|
||||
* /buffer command developed (buffers list, move and notify)
|
||||
* logging buffers to disk (server/channel/private according to user prefs)
|
||||
* Away now announced in channels, and config option "look_display_away" added
|
||||
|
||||
@@ -981,7 +981,7 @@ config_read ()
|
||||
if (section == CONFIG_SECTION_ALIAS)
|
||||
{
|
||||
if (alias_new (line, pos))
|
||||
index_command_new (pos);
|
||||
index_command_new (line);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user