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:
Kevin Easton
2017-06-11 00:08:07 +10:00
parent b4ec2f6a0e
commit 6b1fcf9c75
4 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Add sent_nick flag to NickList struct, bump MODULE_VERSION. (caf)
* Write correct length to terminal for unflash sequences. (caf)
* Update source file dependencies in Makefile.in. (caf)