Better approach

This commit is contained in:
ineed bots
2022-04-17 13:35:24 -06:00
parent b6e06f73f4
commit 15ec54bfd4
2 changed files with 144 additions and 116 deletions

View File

@@ -235,7 +235,7 @@ BotStopMoving( what )
*/
BotNotifyBotChat( msg, a, b, c, d, e, f, g )
{
self notify( "bot_chat_" + msg, a, b, c, d, e, f, g );
self notify( "bot_chat", msg, a, b, c, d, e, f, g );
}
/*