Fix compile warning about uninitiaized variable.
This commit is contained in:
@@ -304,7 +304,7 @@ int hub_handle_chat_message(struct hub_info* hub, struct hub_user* u, struct adc
|
|||||||
|
|
||||||
if (relay)
|
if (relay)
|
||||||
{
|
{
|
||||||
plugin_st status;
|
plugin_st status = st_default;
|
||||||
if (broadcast)
|
if (broadcast)
|
||||||
{
|
{
|
||||||
status = plugin_handle_chat_message(hub, u, message, 0);
|
status = plugin_handle_chat_message(hub, u, message, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user