Browse Source

Merge branch 'master' of zombie343/MultiSend into master

master
Thorny 6 years ago committed by Gogs
parent
commit
e7de35f5ba
  1. BIN
      release/plugins/MultiSend.dll
  2. 2
      src/MultiSend/Main.cpp

BIN
release/plugins/MultiSend.dll

Binary file not shown.

2
src/MultiSend/Main.cpp

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

Loading…
Cancel
Save