mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
Fixed minor bug with /setp when no value is given and that option does not exist
This commit is contained in:
@@ -188,6 +188,8 @@ plugin_config_set_internal (char *option, char *value)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* failed to set plugin option */
|
||||
|
||||
@@ -188,6 +188,8 @@ plugin_config_set_internal (char *option, char *value)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* failed to set plugin option */
|
||||
|
||||
Reference in New Issue
Block a user