Call the privmsg_channel hook for part messages too.

This commit is contained in:
Keith Buck 2012-04-07 03:03:07 +00:00
parent 880db619be
commit 62cf5b4036
2 changed files with 66 additions and 13 deletions

View file

@ -106,6 +106,7 @@ typedef struct
enum message_type {
MESSAGE_TYPE_NOTICE,
MESSAGE_TYPE_PRIVMSG,
MESSAGE_TYPE_PART,
MESSAGE_TYPE_COUNT
};