Update others.cpp

This commit is contained in:
BenCat07 2018-03-03 12:27:58 +01:00 committed by GitHub
parent 6192296a48
commit 93eb46c82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -862,7 +862,7 @@ bool DispatchUserMessage_hook(void *_this, int type, bf_read &buf)
if (crypt_chat) if (crypt_chat)
{ {
if (firstcall) if (firstcall)
chat_stack::Say(ucccccp::encrypt("meow"), false); chat_stack::Say("!!meow"), false);
firstcall = false; firstcall = false;
if (message.find("!!") == 0) if (message.find("!!") == 0)
{ {