Add sent_nick flag to NickList struct, bump MODULE_VERSION
This flag is for tracking if we've sent a KICK for a nick. It means we can avoid sending duplicate KICKs (eg for floods, channel protection etc). MODULE_VERSION is bumped because NickList is a struct exported to modules.
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
|
||||
/*
|
||||
* if we change the table below, we change this module number to the
|
||||
* current date.
|
||||
* current date (YYYYMMDDxx where xx is a serial number).
|
||||
*/
|
||||
#define MODULE_VERSION 011000
|
||||
#define MODULE_VERSION 2017071001UL
|
||||
|
||||
#include "struct.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user