rename to bot events

This commit is contained in:
ineed bots
2022-04-18 16:12:49 -06:00
parent 05bb24f587
commit 9984878a25
5 changed files with 119 additions and 119 deletions

View File

@@ -233,9 +233,9 @@ BotStopMoving( what )
/*
Notify the bot chat message
*/
BotNotifyBotChat( msg, a, b, c, d, e, f, g )
BotNotifyBotEvent( msg, a, b, c, d, e, f, g )
{
self notify( "bot_chat", msg, a, b, c, d, e, f, g );
self notify( "bot_event", msg, a, b, c, d, e, f, g );
}
/*