Browse Source

1.04 - Correcting default value for _SafeMode to False

pull/3/head
zombie343 6 years ago
parent
commit
56913d7a41
  1. 2
      src/MultiSend/Main.cpp

2
src/MultiSend/Main.cpp

@ -86,7 +86,7 @@ bool MultiSend::Initialize(IAshitaCore* core, ILogManager* log, uint32_t id)
_Debug = false; _Debug = false;
//SafeMode enabled by Default (to avoid accidental chatlog spam): //SafeMode enabled by Default (to avoid accidental chatlog spam):
//Allows for prepend of "/echo " to commands that are missing a leading "/". //Allows for prepend of "/echo " to commands that are missing a leading "/".
_SafeMode = true; _SafeMode = false;
this->Start(); this->Start();

Loading…
Cancel
Save