/[sudobot]/branches/9.x-dev/lib/common/events/on_message.c
ViewVC logotype

Annotation of /branches/9.x-dev/lib/common/events/on_message.c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (hide annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File MIME type: text/x-c
File size: 185 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 rakinar2 577 #include "on_message.h"
2     #include "../core/command.h"
3    
4     void on_message(struct discord *client, const struct discord_message *message)
5     {
6     command_on_message_handler(client, message);
7     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26