mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 02:03:13 +02:00
Fixed /set command when internal server name contains one or many dots
This commit is contained in:
@@ -2973,7 +2973,7 @@ weechat_cmd_set (t_irc_server *server, t_irc_channel *channel,
|
||||
|
||||
if (value)
|
||||
{
|
||||
pos = strchr (option, '.');
|
||||
pos = strrchr (option, '.');
|
||||
if (pos)
|
||||
{
|
||||
/* server config option modification */
|
||||
|
||||
Reference in New Issue
Block a user