This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zombie343
/
MultiSend
forked from
Plugins/MultiSend
Watch
1
Star
0
Fork
0
Code
Pull Requests
0
Releases
0
Activity
Browse Source
1.04 - Correcting default value for _SafeMode to False
master
zombie343
2 years ago
parent
7847eac2e4
commit
56913d7a41
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/MultiSend/Main.cpp
+ 1
- 1
src/MultiSend/Main.cpp
View File
@@ -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 =
tru
e;
_SafeMode =
fals
e;
this->Start();
Write
Preview
Loading…
Cancel
Save