Call the privmsg_channel hook for part messages too.
This commit is contained in:
parent
880db619be
commit
62cf5b4036
2 changed files with 66 additions and 13 deletions
|
@ -106,6 +106,7 @@ typedef struct
|
|||
enum message_type {
|
||||
MESSAGE_TYPE_NOTICE,
|
||||
MESSAGE_TYPE_PRIVMSG,
|
||||
MESSAGE_TYPE_PART,
|
||||
MESSAGE_TYPE_COUNT
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue